Tutkain icon indicating copy to clipboard operation
Tutkain copied to clipboard

Make auto-completion require/import-aware

Open eerohele opened this issue 3 years ago • 1 comments

For example, given:

(import '(java.util.concurrent C))

Tutkain probably ought to be smart enough to suggest CountDownLatch.

eerohele avatar Jun 23 '21 12:06 eerohele

Similarly, Tutkain should probably suggest only Clojure namespaces when requiring and only Java classes/interfaces when importing. Ought to consider a general approach to conveying auto-completion context over the backchannel.

eerohele avatar Jun 23 '21 12:06 eerohele

Will be included in 0.20.0.

eerohele avatar Mar 06 '24 20:03 eerohele