Hello ! Same problem here
To try to be clear, when I start ST, it doesn’t happen, but after a while (~15/30min), ST inserts a second tab key after the first one.
So, for exemple, I use a snippet like
console.log($1) -- <tabTrigger>log</tabTrigger>
after typing “log”, I getsomething like this :
console.log( );
here is my config :
Windows 8.1 x64
Sublime Text 3 Build 3047
Installed Packages :
"DocBlockr",
"Emmet",
"HTML5",
"jQuery",
"SFTP",
"SideBarEnhancements",
"SublimeCodeIntel",
"sublimelint"
user settings :
"bold_folder_labels": true,
"caret_style": "phase",
"fade_fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": false,
"save_on_focus_lost": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
Key Bindings
{ "keys": "super+v"], "command": "paste_and_indent" },
{ "keys": "super+shift+v"], "command": "paste" },
{ "keys": "super+shift+r"], "command": "reindent" }
If someone have an idea