vscode-vlang icon indicating copy to clipboard operation
vscode-vlang copied to clipboard

Folding or Colapse `imports`, `structs`, `enums` and `fns`.

Open changrui opened this issue 2 years ago • 0 comments

Such as following:


> +import ...
> +const ...
> +struct {...}
> +enum {...}
> 
> +fn <fn_name>(...) {...}

changrui avatar Mar 26 '22 17:03 changrui