I am debuging go code in vscode. The binary tree struct is shown in the left panel like:
The problem is you have to unfold two times to get the field of the variable.
First:
Then:
In goland, you just need to unfold once to get subfiled, like:
It’s so weird that I have to unfold extern one time to get the subfield in vscode. If the variable is a deep binary tree, a lot extra lines is shown, and it doesn’t look straight when I unfold them all.
Is there a way to make it behave like goland?