Search code examples
govisual-studio-code

How to prevent intellisense from showing members of members in Go with VSCode?


When writing Go in Visual Studio Code, the intellisense autocomplete shows members and also members of members:

Screenshot with members of members being displayed

I believe this is some kind of advanced feature, which is opt-in by default. But I just want to see the immediate members.

How to disable this feature, so members of members are not displayed?


Solution

  • As of February 2025, this is not possible.

    I opened an issue at the GitHub's repo, as feature request.