compliment icon indicating copy to clipboard operation
compliment copied to clipboard

Context aware completion should in some only offer sources from context aware source

Open Deraen opened this issue 9 years ago • 1 comments

(ns foo
  (:import [java.time █]))

Only candidates from ::namespaces-and-classes source make sense in this context but e.g. ::ns-mappings offers loads of candidates which hide the interesting results.

Deraen avatar May 17 '15 12:05 Deraen

Unfortunately there is no source←→context interaction at this point, but I'm willing to have it. If you have an idea how to suppress other sources when one source matched the context, please submit a PR.

alexander-yakushev avatar May 17 '15 13:05 alexander-yakushev