vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

New (default) setting: Remove module paths from Debug Variables view

Open nfx opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. Debugging view of variables pane is very cluttered:

Describe the solution you'd like conn_go_—_slrp

  1. Remove package names from the type name, provide full name on mouse over. There's already too much info in that pane.
  2. Remove data nodes of interface conversions/pointers. One click is better than two.

nfx avatar Aug 14 '22 13:08 nfx

it would also be nice if someone from the team could give pointers to codebase parts, where this could be implemented

nfx avatar Aug 14 '22 13:08 nfx

@adonovan May I ask what component is responsible for creating that tree and names? I'm thinking of taking a stab at it.

nfx avatar Aug 21 '22 07:08 nfx

I second this. Variable view is unusable with full paths of package. Just unusable.

jurisevo avatar Sep 05 '23 12:09 jurisevo