tonsky / Clojure-Sublimed

Clojure support for Sublime Text 4
MIT License
359 stars 22 forks source link

Add a command to require namespace of symbol at point #59

Closed jaihindhreddy closed 2 years ago

jaihindhreddy commented 2 years ago

Closes #12.

Requires clojure.pprint when ran on (clojure.pprint/pprint :a) with the cursor on the symbol. If the symbol-at-point does not have a namespace prefix, it considers the whole symbol to be the name of the namespace (example: (ns-publics 'clojure.pprint)).

tonsky commented 2 years ago

Thank you!