sublime-evernote icon indicating copy to clipboard operation
sublime-evernote copied to clipboard

How to disable Intelisense in sublime-evernote?

Open progS1m opened this issue 9 years ago • 1 comments
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?

autocompletion

progS1m avatar Aug 25 '16 12:08 progS1m

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:

  1. check which syntax is set for the Evernote views. It should be Markdown or Evernote Note depending on your settings
  2. 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.

bordaigorl avatar Aug 25 '16 14:08 bordaigorl