Visualcode - Suggestion

Asked

Viewed 33 times

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

1 answer

0

Access the plugins tab within Vscode and look for Intellisense, this varies from language to language... there are some for PHP, Unity, JS, C# (And others).

Try to find one of your liking, open the configuration of the plugins Intellisense style and there you can choose the amount of results that VS shows!

Remembering that here you can download plugins for the languages you are going to use, this helps VS recognize the codes and snippets of that language.

Try looking for VS Code Intellisense.

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.