You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The completion currently does not deduplicate results (for example if a function is reachable through (locals) and (globals)) and it uses a lexicographic sorting, so --name-- comes before name.
The text was updated successfully, but these errors were encountered:
Just jamming this into the completion issue. {'data': '{:line-ending "\\n", :name "core.clj", :type-name "Clojure", :path "/home/fox/Github/repltest/src/repltest/core.clj", :mime "text/x-clojure", :tags [:editor.clj :editor.clojure], :ns something.something}', 'op': 'editor.clj.hints', 'session': '7cdc8b83-585f-42f5-bd48-80a9201e1180', 'id': 67}
Lighttable does not hand any symbols when doing the completion. Might need to intercept some more packets to make sure there isnt several messages going between.
The completion currently does not deduplicate results (for example if a function is reachable through
(locals)
and(globals)
) and it uses a lexicographic sorting, so--name--
comes beforename
.The text was updated successfully, but these errors were encountered: