Sublime Forum

Weird outline and :f tab trigger gone

#1

#1 — Does anyone know how to disable this weird outline that has just popped up in the newest version? cl.ly/063F2z3I2g0Q312C0R46
#2 — I made heavy use of the :f tab trigger to create methods inside of objects in Javascript. The new autocomplete/tab-trigger update appears to have removed that. Ideas how to get that back?

Thanks!

0 Likes

#2

#1: You have SublimeLinter installed. It is highlighting errors. Check your statusbar for more details.
#2: This is kind of problem with the new autocomplete. It will be fixed if you turn autocomplete to false in your file settings. If that’s not what you want, you can create a different tab trigger for the snippet (Packages > Javascript > Object-Method.sublime-snippet)

0 Likes

#3

#2 should be working in the current dev builds, at sublimetext.com/dev

0 Likes

#4

You guys rock. I actually figured out the linter, and came back to edit my post, but you had already beat me :smile:

0 Likes