vscode-go
vscode-go copied to clipboard
New (default) setting: Remove module paths from Debug Variables view
Is your feature request related to a problem? Please describe. Debugging view of variables pane is very cluttered:
Describe the solution you'd like

- Remove package names from the type name, provide full name on mouse over. There's already too much info in that pane.
- Remove
datanodes of interface conversions/pointers. One click is better than two.
it would also be nice if someone from the team could give pointers to codebase parts, where this could be implemented
@adonovan May I ask what component is responsible for creating that tree and names? I'm thinking of taking a stab at it.
I second this. Variable view is unusable with full paths of package. Just unusable.