horizontal-line-comment READMEImplements functionality to insert horizontal line comments into source code files. These are useful for breaking up sections of code explicitly. Allows preferences for the comment symbol, the line length, and setting your own comment syntax for each language as required. CommandsUser Insert Horizontal Line:Adds a single line comment of a specified length.
Insert Dual Horizontal Line Block Comment:Adds a comment surrounded by two single line comments.
PreferencesHorizontal Line SymbolThe symbol (or string) to use for the comment. Defaults to a hyphen Horizontal Line LengthThe number of times to repeat the horizontal line symbol. Allows for customized line lengths. Comment Syntax MapA map to control the syntaxes used for each language. Allows new languages to be added to the extension. |