mirror of https://github.com/stkb/Rewrap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.config | 6 months ago | |
.github | 5 months ago | |
.vscode | 7 months ago | |
core | 6 months ago | |
docs | 6 months ago | |
vs | 6 months ago | |
vscode | 6 months ago | |
vscode.test | 9 months ago | |
.editorconfig | 8 months ago | |
.gitignore | 7 months ago | |
CHANGELOG.md | 6 months ago | |
LICENSE | 2 years ago | |
README.md | 6 months ago | |
Rewrap.sln | 8 months ago | |
do | 6 months ago | |
do.cmd | 6 months ago | |
mkdocs.yml | 6 months ago | |
package-lock.json | 6 months ago | |
package.json | 6 months ago |
README.md
For VS Code,
Open VSX and
Visual Studio. Latest stable version 1.16.3 / pre-release 17.x / changelog |
Rewrap
The main Rewrap command is: Rewrap Comment / Text, by default bound to
Alt+Q
. With the cursor in a comment block, hit this to re-wrap the contents to the
specified wrapping column.
Features
- Re-wrap comment blocks in many languages, with per-language settings.
- Smart handling of contents, including Java-/JS-/XMLDoc tags and code examples.
- Can select lines to wrap or multiple comments/paragraphs at once (even the whole document).
- Also works with Markdown documents, LaTeX or any kind of plain text file.
The contents of comments are usually parsed as markdown, so you can use lists, code samples (which are untouched) etc: