Hi,
is it possible to remove auto-complete snippets from ST4? I have PHP file, and after space, colon, etc, it always shows autocomplete. When pasting Cmd+V, I must press space, then enter, else it puts some autocomplete stuff into the code.
Tried “auto_complete”: false to settings, but not working.
Tried everything, like
“auto_complete_with_fields”: false,
“auto_complete_use_index”: false,
“auto_complete_delay”: 5000,
“auto_complete_include_snippets_when_typing”: false,
“auto_complete_include_snippets”: false,
“ignored_snippets”: [“PHP/*”],
thanks, Jan Kudr