Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Turn off IntelliSense #1285

Discussion options

I would just like to know how to turn off/on the IntelliSense for VS code GO.

I am 100% sure that this is somewhere in the docs but I could not find it, unfortunately.
I would like to turn it off because I find it distracts me.

Thanks for the help.

You must be logged in to vote

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
Comment options

image

Thanks for the suggestion but unfortunately I think that I will have to change a setting in gopls settings.

gopls settings

I am just not sure which setting to change. Please correct me if I am wrong. Thanks

Comment options

Intellisense is provided by gopls, but the UI is entirely controlled by VS Code. The second link should show which settings you need to configure.

Comment options

Thanks, changed settings.json in vs code by adding:

"editor.quickSuggestions": {
 "other": false,
 "comments": false,
 "strings": false
}
Answer selected by Callaghan-Hattingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /