Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
If I have a comment inside JSX, Rewrap does not appear to work: ``` tsx const metadata = ( Metadata {/* foo foo foo foo foo foo foo foo foo...
When the file type is set to `rmd` and with `Rewrap: On Save` on, the YAML header of `.rmd` file is wrapped and the format is disrupted. This behavior does...
Suppose we have C# doc-comments like this: ````csharp /// /// Foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo...
Hi VS Code PM here 👋 Consider on-boarding to VS Code sponsorship. It is as easy as adding: ```json "sponsor": { "url": "https://github.com/sponsors/stkb" } ``` to your `package.json` More details...
Hi, I use the rewrap primarily for markdown file editing. Sometimes the wrapped text messed up when I changed the screen size/text size. It would be nice to have an...
While Rewrap can preserve linebreaks by adding two spaces before them, there are instances where you simply don't want linebreaks to be removed at all. As an example of a...
The Clojure programming language offers the programmer to write so-called "doc strings" to document a specific function or namespace. At least on the surface it seems similar to [Python doc...
I got the following error, which VS code's console indicated I should report this here. The message is as follows: > workbench.desktop.main.js:77 [Extension Host] ====== Rewrap: Error ====== I @...
I've been using the browser-based version of VS Code a bit lately. It's enormously useful on Github, where you can replace `github.com` in any URL with `github.dev` and get a...
[Textile](https://textile-lang.com/) documents are not currently supported by Rewrap. By switching the language to plain text (`Ctrl` + `K`, `M`), wrapping is done perfectly, but the syntax highlighting is broken. It...