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

Make autocompletion scopes #24

Open
eneerge opened this issue Apr 7, 2018 · 1 comment
Open

Make autocompletion scopes #24

eneerge opened this issue Apr 7, 2018 · 1 comment

Comments

@eneerge
Copy link
Owner

eneerge commented Apr 7, 2018

Need to filter the autocompletes based on the current input. EG: If first character is $, then only show $identifiers. Otherwise default to show only /commands.

In the current form, when typing /command, $identifier may show up first due to Sublime not matching on $ or / when it's the first character. This makes the autocomplete hard to use.

@eneerge
Copy link
Owner Author

eneerge commented Apr 7, 2018

This post mentions changing scopes for autocompletions.
https://stackoverflow.com/questions/26049019/disable-code-completion-inside-quotes-in-sublime-text-3

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

No branches or pull requests

1 participant