I am writing prose in Academic Markdown. Autocomplete can be pretty useful when recommends words from my document, but the HTML tags are very annoying.
How can I stop ST3 to stop suggesting HTML tags in my markdown files.
I have tried "auto_complete": false but this doesn't actually disable autocomplete. Don't know why.
Thanks for the help from Hansimov. I still had some issues that inside Markdown other auto_complete
stuff was happening. I found out that the package SublimeCodeIntel
was causing it. I managed to disable autocompletion for Markdown by adding this into my user settings for SublimeCodeIntel:
"codeintel_exclude_scopes_from_complete_triggers": ["comment", "markdown"],
Hope this might help someone, who might have a similar problem like I did. (-;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With