Disable all suggestions for Markdown

When opening a Markdown file, I get code completion suggestions. I don't want these, and I can't figure out how to be rid of them completely without also disabling suggestions in javascript or typescript files. I have already disabled the Markdown plugin to no avail

0
2 comments
Unfortunately, it’s not quite clear what completions are meant. Could you please share screenshots that illustrate the issue?
0

Had a similar issue in IntelliJ IDEA, after I paste a link or some text, the IDE tries to predict the next line with fake information.

Was able to change this behavior in the Inline code completion settings:

Editor -> General -> Code Completion -> Inline

Untick:
* Markdown

 

0

Please sign in to leave a comment.