Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

Rewrap extension for VSCode and Visual Studio

Results 121 Rewrap issues
Sort by recently updated
recently updated
newest added

Will add this if there's enough demand for it. Like **set fo+=a** mode in Vim Reference: http://vimdoc.sourceforge.net/htmldoc/change.html#auto-format Note: Vim reflows on every keypress, not just space.

backlog

First off, this is a fantastic extension. I write a lot of Markdown, and the auto-wrap feature makes it a really nice experience! The one problem I have is with...

When I rewrap in Visual Studio Code, it highlights some of the wrapped lines for a very brief moment. When I press the hotkey for rewrap quickly followed by `Enter`...

needs-more-info
in pre-release version
performance

Right now if I type a long javadoc-style comment and trigger rewrap, it keeps the block comment start and end characters on the same line as the comment text, e.g....

feature request: needs votes 👍

Developer Tools / Console asked me to paste this here. ``` console.ts:137 [Extension Host] ====== Rewrap: Error ====== m @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:35 _doInvokeHandler @ rpcProtocol.ts:417 _invokeHandler @ rpcProtocol.ts:402...

I used to run version v1.9.1 to rewrap some [nix](https://nixos.org/manual/nix/stable/expressions/language-values.html) code and it was working fine. Example: `test.nix` ```nix '' This is the first line. This is the second line....

I've recently been using restructuredText for building documentation sets. I've used Rewrap successfully in the past with Markdown and grown quite fond of it. It doesn't seem to understand .rst...

in-progress

This is a common action for many plugins. It would make it easier to turn on and off auto-wrap. It would be great for wrap/unwrap as well. ![image](https://user-images.githubusercontent.com/33734037/111502375-098fc200-8703-11eb-83dc-32002e525555.png) For example,...

enhancement
help wanted

Hey, just making an issue here so I can get it up on BountySource. **Quotes** ```adoc [quote,Foo,bar] ____ Both protocols are located at layer 7 in the OSI model and...

help wanted
new-language

Unwrapping is possible with the "Rewrap/Unwrap Text At Column...", but requires a second step of manual input then. Adding a dedicated unwrap command avoids the prompt and makes it possible...