sublime-evernote
sublime-evernote copied to clipboard
How to disable Intelisense in sublime-evernote?
trafficstars
When I create new notes and write text, the intelisense auto codecompletion is quite disturbing. For nearly each letter I do write there is an autocompletion around and the drop down menu appears. Because I'm not coding when I write notes, I'm searching for an option to disable this behavior.
To be honest I'm not totally sure if this behavior comes from the sublime-evernote plugin...
Does anyone know?

To be honest I'm not totally sure if this behavior comes from the sublime-evernote plugin...
It is not offered by the plugin. To solve the problem:
- check which syntax is set for the Evernote views. It should be Markdown or Evernote Note depending on your settings
- go to Preferences > Settings - More > Syntax Specific and there set
"auto_complete: false
this should do the trick, unless you installed a plugin that ignores these settings.