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?
Share Improve this question asked Jan 30 at 12:19 rodrigocfdrodrigocfd 8,0788 gold badges46 silver badges79 bronze badges1 Answer
Reset to default 0As of February 2025, this is not possible.
I opened an issue at the GitHub's repo, as feature request.