vscode-specialcodefoldingThe 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. Features1.codeFolding based on VariableDeclaration2.codeFolding based on BranchControl3.codeFolding based on ConcreteAction in Function4.codeFolding based on FunctionParams5.codeFolding based on Returnvalue of Function6.codeFolding based on ExceptionHow to use![]() ConfigBase Config
How to change the focus of the fold![]() ProblemCurrently the plugin only supports folding javascript code, support for other languages is under development LICENSEMIT |