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
请先登录再写评论。
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
I'm trying to write some documentation in a markdeown (.md) file and the suggestions offered by IntelliJ are very intrusive. I have tried to get rid of them through Tools/AI Assistant/Enable next edit suggestions (unticking the markdown option) and also through Editor/General/Code Completion.
However, IntelliJ persist in showing suggestions in light grey that are almost always useless. Reading these and then hitting escape to get rid of them breaks my concentration. This make IntelliJ useless as an md file editor, which is a real shame.
I think the problem is that the setting “Tools/AI Assistant/Enable cloud completion suggestions” overrides the “Enable next edit suggestions” markdown option. In any case there is a confusing array of options that don't work well together. It would be good if we could interact with the AI assistant directly and just ask it to not suggest anything in markdown files.