Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
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...
Could this be addressed? Many thanks!
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:...
fixes #414
i notice that when i am editing a CUDA C++ source file, doxygen-style comment blocks like `///` and `//!` are not respected by Rewrap. Before:  After:  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:...