0
I’m starting a project using Javascript, in which the suggestion (Ctrl + Space) is not working completely.
By putting "." or pressing Ctrl + Space it only shows a single option (summarized) and I don’t see the other properties that an object or vector can have. It seems to show in summary form.
How to configure to show all properties options by pressing the key?
Vscode configuration (Setting.json)
"editor.quickSuggestions": true,
"editor.suggestOnTriggerCharacters": true,
"editor.wordBasedSuggestions": true,
Does that help? https://answall.com/questions/232044/sugest%C3%b5es-de-comandos-no-vscode
– Ricardo Pontual