Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
Hi Steve @stkb, Thank you for Rewrap. This is about HTML comments in `*.md` (Markdown) files: Working: - `some content left of HTML the comment ` Not working: - `...
Evidently javadoc-style comments (like `@param`, etc.) are commonly used in Ruby code. VS Code seems to parse it, in fact (if you hover over a ruby function with javadoc comments,...
Hi @stkb The extension works in C# (`.cs`) files, but not in razor / blazor files (`.razor`) - which is a templating format for frontend code, and is HEAVILY used...
Using v1.16.3. When writing Markdown, wrapping can introduce problems in CJK sequences. For example, the line: Ōtō-no-Miya and the Armor of the Rising Sun (大塔宮曦鎧) will happy wrap to: Ōtō-no-Miya...
Using 1.16.3, on a markdown file with this a toml frontmatter: ``` +++ title = "my blog post title" date = 2072-09-21 draft = true [taxonomies] tags = ["tag1", "tag2"]...
The following comment: ``` /// /// This is an allocation-free linked list of timer jobs. A standard linked /// list causes allocations because it creates "node" objects that have ///...
It can be useful to end each sentence with a period and then a newline in LaTeX, for example when storing the `.tex` files in a `git` repo (minimize diffs)...
Thanks for the great extension. It really helps me a lot when formatting my code. Since GitHub markdown now has support for Math equations, it might be better if we...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
- today's stable VSCode 1.67.2 and Rewrap v1.16.3 add-on. - Go 1.19beta1 installed. - `gofmt` and `gopls` updated to their latest and compiled with Go 1.19beta1. Upcoming Go 1.19 adds...