When writing Go in Visual Studio Code, the intellisense autocomplete shows members and also members of members:
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?
When writing Go in Visual Studio Code, the intellisense autocomplete shows members and also members of members:
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?
As of February 2025, this is not possible.
I opened an issue at the GitHub's repo, as feature request.