Insert a code separator for defining different sections inside your code files.
It supports all the languages supported by vs code and you can customize the length of your separator and the character to be used as separator.
The default is 30 =
chars.
You can execute it with:
Ctrl+Alt+Q
when focusing on the editor- Open the execute panel through
F1
and then executeInsert Code Separator
This extension contributes the following settings:
codeseparator.separatorChar
: The char to be used as separator (Default:=
)codeseparator.separatorLength
: The number of times to display the separator (Default:30
)
- Initial release of Code Separator extension