Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
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.
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`...
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....
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...
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.  For example,...
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...
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...