HyREPL icon indicating copy to clipboard operation
HyREPL copied to clipboard

Completion has rough edges

Open farhaven opened this issue 10 years ago • 1 comments

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.

farhaven avatar Jul 08 '15 20:07 farhaven

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.

Foxboron avatar Jul 11 '15 20:07 Foxboron