vscode fold all block comments code example
Example: vscode fold comments
// Works with JSDoc style comment blocks
// change vscode settings:
"editor.foldingStrategy": "indentation"
// Works with JSDoc style comment blocks
// change vscode settings:
"editor.foldingStrategy": "indentation"