ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

autosave closes autocomplete menu and overwrites the status message #56

Closed gertcuykens closed 9 years ago

gertcuykens commented 9 years ago

Is there a way to prevent autosave to close the autocomplete menu and overwriting the status bar message?

marijnh commented 9 years ago

Does it not do this when you are using other autocomplete packages? I can't see anything that would cause this in the plugin's code, but I don't have enough experience with sublime text scripting to really know why it could happen.

gertcuykens commented 9 years ago

Yes other autocomplete packages have the same problem :) really enoying

marijnh commented 9 years ago

Okay. I agree that's awful, but it seems to be an ST bug, not something I can help.