Hey,
When I am editing PHP code and type “sel”, the autocompletion shows me <select> and sometimes when I don’t pay enough attention I accidently hit some of the completions that are undesired here.
Is there a way to disable html completion when I am in source.php except for when I am in string.quoted?
I tried searching on google and skipped through the docs but didn’t find anything that would help me. Maybe I’m just blind
I opened the menu entry called “Settings - Syntax specific” which created a file HTML.sublime-settings and i made it look like
{ "auto_complete_selector": "text.html.basic - source.php - embedding.php", }
but it didn’t help.
In general I’d like to have more control over autocompletion as there is so much in there I don’t need that keeps me from finding the things that i really want to have.
Any help appreciated.