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

I have copy pasted this issue from its original post on the abandoned repository that this was forked from. If you trigger rewrap while the cursor is inside a multiline...

If you trigger rewrap while the cursor is inside a multiline triple-quote (in this case a python documentation comment) where the first line's length is over the character limit it...

When you have a markdown link to a file containing spaces like this (pipe showing max line length): ``` | This is an example of a broken link to a...

Hi, unfortunately, there is a minor issue when using the Rewrap plugin in AsciiDoc. The environment: - Language: AsciiDoc - File extension: .adoc - Extension version: 1.16.3 - VSCode version:...

i notice that when i am editing a CUDA C++ source file, doxygen-style comment blocks like `///` and `//!` are not respected by Rewrap. Before: ![image](https://github.com/user-attachments/assets/ed44fb09-1d3f-4ab2-bfcb-f7927ccf7c9d) After: ![image](https://github.com/user-attachments/assets/23dd30a4-68e7-4c18-a44d-ae651e88df45) if i...

Support OCaml comments of the following forms ``` (* comment/docstring *) (** docstring *) (*_ interface comment *) ``` with space-preserving line-wrapping behavior (the next line is alined with the...

VSCode Version Info: --- ``` Version: 1.94.2 (user setup) Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.19045 ``` Rewrap Version:...