The auto-complete box that pops up when writing code is very useful. However, when writing long comments or strings (especially Python docstrings) I’m not sure if it helps more than gets in the way.
Is there a way to disable the auto-complete box in certain scopes? I tried this in my settings:
"auto_complete_selector": "source, meta.tag - punctuation.definition.tag.begin",
But it doesn’t help. Is the syntax of the auto_complete_selector documented somewhere? Is there a way to disable it for certain scopes?
Thanks in advance