Latest version: 1.12.0. New in this version (full changelog):
Lots of minor improvements. General:
- Can now preserve a line break after any line by ending it with two spaces (was just for Markdown, now for all types).
- VSCode: support new ruler objects in settings.
Language-specific:
- LaTeX: break after a paragraph that ends in an end-of-line comment.
- LaTeX: allow any number of optional arguments to commands.
- Python & Julia: all triple-quote strings should now work (however rST support is not there yet).
- Support Octave
- .Net XML docs: Only preserve line breaks before/after certain "block" elements; wrap all other elements inline.
Reformats code comments and other text to a given line length. For VSCode and Visual Studio.
Similar to wrap/fill paragraph in Sublime (alt+q) Emacs (M-q) or Vim (gq); but more powerful.
- Re-wrap single & multiline comment blocks in many languages. Also configure settings per language.
- 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 main Rewrap command is: Rewrap Comment / Text, by default bound to
Alt+Q.
Put the text cursor inside a comment line, block or plain text paragraph and invoke the command to wrap to the preset column (default is 80). You can also select just a few lines, or multiple comments in one selection.
Also available is an Emacs-style auto-wrap/fill mode.
See the Features page for more examples on how to use.
See the wiki for pages on configuring settings and keybindings.
Most common languages are supported. For any other type of file, plain-text paragraph wrapping is still supported.
Please report any issues, suggestions or feature requests you have in issues!