Skip to content

michael-wb/format-comment

 
 

Repository files navigation

Format Comment

A Visual Studio Code extension that formats code comments to fit a maximum number of chars on each line.

Usage

Select the comment lines and choose the Format Comment command from your Command Palette.

Lines starting with //, ///, //!, #, or * will be formatted.

Setting Meaning Default
format-comment.settings.maxLength Maximum length of the line. 80

Example

Example

License

Licensed under MIT license, see LICENSE.md for details.

About

VSCode extension to format comments to fit a maximum number of chars on each line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • JavaScript 11.6%