Sublime Forum

ST3: < inserted when autocompleting on OSX

#1

Whenever I use tab to autocomplete HTML tags, I get an extra < sign left over at the beginning of the tag. For example:

<<div></div>

This is really annoying! I’ve seen a few threads about this, so I tried turning off Emmet and turning on tab completion options to no avail. Does anyone have any idea how to solve this issue? I’m using build 3059

0 Likes

#2

execute sublime.log_commands(True) in the console. This will log what commands are ran and should help narrow down the plug-in causing the issue.

0 Likes