Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion has rough edges #22

Open
farhaven opened this issue Jul 8, 2015 · 1 comment
Open

Completion has rough edges #22

farhaven opened this issue Jul 8, 2015 · 1 comment

Comments

@farhaven
Copy link
Collaborator

farhaven commented Jul 8, 2015

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.

@Foxboron
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants