Skip to content

GProulx/Rewrap

Repository files navigation

Latest version: 1.14.0. New in this version (full changelog):

  • Auto-wrap can now be enabled per-language (see docs).
  • Add Clojure, Common Lisp, Emacs Lisp, Scheme, J and PostgreSQL.
  • Markdown: preserve line-breaks after a <br> tag.
  • Declare as a UI extension so it doesn't have to be installed in the remote workspace; fixes locally-installed language extensions not being found when used with remote workspaces.

Rewrap

Reformats code comments and other text to a given line length. For VSCode and Visual Studio.

Example

Similar to wrap/fill paragraph in Sublime (alt+q) Emacs (M-q) or Vim (gq); but more powerful.

Features

  • 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.

Using

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.

Configuring

See the docs for pages on configuring settings and keybindings.

Supported languages

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!

About

Rewrap extension for VSCode and Visual Studio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 59.0%
  • C# 22.0%
  • TypeScript 12.5%
  • JavaScript 6.5%