How to disable the auto complete code feature #2788
Replies: 1 comment
-
Hi @skualisk , If you are talking any basic suggestions while you type, you should start with this user setting: "editor.quickSuggestions": {
"other": "off"
} ![]() On the other hand, depending on the programming language you are working with, you should also check for specific settings the extension provides, because completions like methods from a class may be provided and controlled by the extension. TypeScript suggestions are controlled by the By the way, for future questions about VS Code usage, please use Stack Overflow, since this Discussions repo is for extension development only, for now. Hope this helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I disable VS code from auto suggesting or even completing my code, feels like Vs code is thinking for me. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions