au
Add "use" to namespace declaration
This used to add a (:use )
clause to the namespace declaration, but now it adds a (:require )
along with :refer
. Then it gives you several tabstops to help you write your require statement:
example
in [example :refer [foo]]
[foo]
, letting you type out :all
if you want.foo
), where you list the vars you require.Once you're through the tabstops, the cursor jumps back to where you were. If cljr-auto-clean-ns
is true (the default), the namespace is cleaned up afterwards. Likewise for cljr-auto-sort-ns
, which sorts it.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4