I'm used to Eclipse, NetBeans, and PHPStorm, and am stumbling through VS Code and not easily finding how to config or fix annoyances, like the editor auto-popping down suggestions while I type, meaning if I hit Enter before realizing it's showing the suggestion, it changes what I typed.
I found this was IntelliSense, but I'm used to suggestions popping up only after hitting Ctrl+Space. When I discover quickSuggestions in Settings, the other non-false option I understand there is "other" (true), but setting that to false makes no suggestions show even when hitting Ctrl+Space.
When I find out what Ctrl+Space actually does, it's listed as "quick info" on IntelliSense's help page - https://code.visualstudio.com/docs/editor/intellisense - but "quick info" is not found in a search in Settings or Keymap... super frustrating.
So I'm kind of stumbling through seemingly wasting a lot of time of my workday trying to config things to be less annoying and disruptive... any guidance here or do I need to take a class?
Disable using Enter as accept trigger:
"editor.acceptSuggestionOnEnter": "off",
Ctrl+Space is used to trigger suggest and when suggest is visible to trigger "quick info":
You can find keybindings in default keybindings. Invoke Go to Symbol Ctrl+Shift+O
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With