Sublime Forum

Annoying Snippets suggestions for ; or , in ST4

#1

Just upgraded to ST4 and loving it.

One annoying thing: whenever I complete a line of code in Javascript and type ‘;’ the autocomplete suggests ‘key: “value”,’

Usually, I can just hit return to get a new line going, but now I have to first exit out of the autocomplete window, then press return. But often times, I have to undo or delete the suggested snippet because I’m so used to just being able to press return after typing ‘;’ to finish my line. You can imagine this gets pretty annoying after a few hundred lines of coding. Any suggestions for workarounds?

0 Likes

#2

Does this happen in Safe Mode? I haven’t been experiencing that and can’t reproduce it here, so it’s possible there may be a plugin or package you’re using that’s trying to do you favours.

0 Likes

#3

You’re right OdatNurd, I went through my packages and found it was SublimeCodeIntel that was the culprit. Guess I won’t be needing that anymore with ST4! Thanks a bunch :slight_smile:

1 Like