Skip to content

VSCode extension for generating code separation for all the programming languages

Notifications You must be signed in to change notification settings

quirimmo/code-separator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Separator

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.

Features

You can execute it with:

  • Ctrl+Alt+Q when focusing on the editor
  • Open the execute panel through F1 and then execute Insert Code Separator

Extension Settings

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)

Release Notes

1.0.0

  • Initial release of Code Separator extension

For more information

About

VSCode extension for generating code separation for all the programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published