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

Include global bindings in autocomplete #53

Merged
merged 3 commits into from
Jul 1, 2016

Conversation

jaredly
Copy link
Collaborator

@jaredly jaredly commented Jul 1, 2016

This is fairly hacky, and just grabs utop's "globals" list, checking whether any of them could match the current completion request.
A better solution would be to just transition over to utop's completion system entirely, but that will probably require forking utop...

It's on top of #52 - which is why there's makefile noise

fixes #50

This makes it easier to manage, because you only have to add the filename in
one place.

Test Plan:
`make` should still work, both with and without OCP
@andrewray andrewray merged commit 866ab0e into andrewray:v5 Jul 1, 2016
@jaredly jaredly deleted the better-complete branch July 3, 2016 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants