-
Notifications
You must be signed in to change notification settings - Fork 19
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
Autocompletion is not working #28
Comments
Note: some files are working while others don't for an unknown reason (Using Sublime text 3) - Latest version |
Hi there 👋
So maybe double check if you did that. If it still doesn't work, then it's very like that "recent" changes to Sublime broke some of the code of this plugin. |
Well, It doesn't much fixing I think. Because some of the files are working while others aren't! this is noticeable in the same folder. |
Just a guess, maybe those files have some uncommon or custom language constructs and the parser somehow fails with these files? |
No matter what I do it doesn't work!
And when I add your code into my settings it tells me there's an error or something and if I put a coma at the end it doesn't show the error, I'm talking about this:
{
"auto_complete_with_fields": true, //this allows auto-completion inside snippets.
"auto_complete_triggers": //this activates auto-completion on '.' and '('
[
{
"characters": ".(",
"selector": "source.unrealscript"
}
],
"auto_complete_delay": 0,
"auto_complete_commit_on_tab": true // I prefer 'tab' to 'enter'
}
The text was updated successfully, but these errors were encountered: