Closed
Description
See the issue in the vscode-go repository: golang/vscode-go#1511.
Is your feature request related to a problem? Please describe.
I want to be able to comment out large portions of tests and then collapse them.
I tried the obvious (select a region and cmd+/), but that doesn't work:
microsoft/vscode#124104 (comment)Describe the solution you'd like
either cmd-/ + folding works, or toggle block comment + folding worksDescribe alternatives you've considered
I filed microsoft/vscode#124104