Visual Studio Code IntelliSense suggestions don't pop up automatically

后端 未结 5 1227
一生所求
一生所求 2020-12-10 10:12

I followed the install instructions in https://code.visualstudio.com, but when I write C# code, the IntelliSense suggestions don\'t pop up automatically, so I must trigger i

5条回答
  •  时光取名叫无心
    2020-12-10 11:10

    Try changing the editor.quickSuggestions setting to true in the settings.json file. The settings file may be found in:

    Windows: %APPDATA%\Code\User\settings.json

    Mac: $HOME/Library/Application Support/User/settings.json

    Linux: $HOME/.config/Code/User/settings.json

提交回复
热议问题