Hi there,
First of all - I read README and change
"corona\_sdk\_complete\_periods": false
If you haven’t done that - it’s your best bet.
If you have done that but your sublime keeps selecting whole term here is what happened to me, maybe it helps. I just spent 1 hour fixing it (reinstalling sublime/plugin, etc…).
I saved a project at one point. And inside the project ( projectname.sublime-workspace ) file there is a line like this:
"word\_separators": "/\\()\"'-:,;\<\>~!@#$%^&\*|+=[]{}`~?"
I am guessing that because I saved my project before switching the flag “corona_sdk_complete_periods”, project also saved incorrect word separators. There is a ‘.’ missing. It should be:
"word\_separators": "./\\()\"'-:,.;\<\>~!@#$%^&\*|+=[]{}`~?",
Anyway, hope this helps anyone.
Thanks,
Kreso