Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Special Code FoldingNew to Visual Studio Code? Get it now.

Special Code Folding

WangQianao

|
42 installs
| (0) | Free
Special Code folding plugin based-on-different-concerns,such as VariableDeclaration,BranchControl and so on
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-specialcodefolding

The vscode plugin can perform special folding on all methods in the code according to the specified focus. For example, if the focus is a variable declaration statement, this plugin will add a strikethrough to the code in all methods in the code except for the variable declaration statement.

English | 中文

GitHub


Features

1.codeFolding based on VariableDeclaration

2.codeFolding based on BranchControl

3.codeFolding based on ConcreteAction in Function

4.codeFolding based on FunctionParams

5.codeFolding based on Returnvalue of Function

6.codeFolding based on Exception


How to use


Config

Base Config

Name Type Default Description
codeFolding kind string VariableDeclaration codeFolding kind

How to change the focus of the fold


Problem

Currently the plugin only supports folding javascript code, support for other languages ​​is under development


LICENSE

MIT

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft