You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2025. It is now read-only.
I'm not sure if this is new, but I think this is the first time I've noticed it. I tab adjust comments, so it happens often that I press tab after an instruction. In the case of an 8 bit register (which of course just contains one character) Sublime greedily matches anything that happens to contain that character. So for example, if I press tab after a dec L it suggests that I may want to add an incLude statement there which is nonsense given the context. I can bypass this with shift-tab, but this is annoying. I can probably disable auto completions globally, but I actually use them so I'd rather not. Is this a fixable problem? I'm on 2.4.0, as auto updated by Sublime.
I'm not sure if this is new, but I think this is the first time I've noticed it. I tab adjust comments, so it happens often that I press tab after an instruction. In the case of an 8 bit register (which of course just contains one character) Sublime greedily matches anything that happens to contain that character. So for example, if I press tab after a
dec Lit suggests that I may want to add anincLudestatement there which is nonsense given the context. I can bypass this with shift-tab, but this is annoying. I can probably disable auto completions globally, but I actually use them so I'd rather not. Is this a fixable problem? I'm on 2.4.0, as auto updated by Sublime.