Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
When a line begins with a non-comment part which is followed by a (long) comment, it is wrapped incorrectly. For instance, ``` | int main() // this is a long...
Hello I propose a feature to add an option to separate whole sentences (ending with `. ? ! ...`) by two or more spaces (based on another setting) instead of...
Rewrap doesnβt recognize German quotation marks. * Englisch quotation marks: ββ¦β * German quotation marks: ββ¦β (The first English and the last German quotation mark are the same) see https://en.wikipedia.org/wiki/Quotation_mark#Summary_table...
When reawrapping inside script tags, java-like rules are applied whatever the script language is. In particular, I'm using script tags with `type="none"` attribute to embed text and I would like...
It would be nice to allow the `rewrap.wrappingColumn` config to accept a list of integers like `editor.rulers`. However, the reason I don't just use `editor.rulers` is because I don't like...
I have a Python file with long SQL queries like so: ``` query = """ SELECT x, y, z FROM table WHERE y = a """ ``` I run rewrap...
The wrapping doesn't seem to work 100% in .razor files, specifically comment sections. The line gets wrapped but no comment characters are added in subsequent lines.
The ability to select a large block of code and hit Alt-Q to rewrap comments but not the code is kind of neat, but it interferes with some use cases....
Is it possible to add a setting to disable multi-line paragraph concatenation. Say the setting is `"rewrap.concatenateMultiLineParagraph"`. Python code with long docstring before rewrap (adapted from ): ```python class SampleClass:...
Hiya, I've just hit this case and I'm not sure if it's intentional. The long and short of it is that I have indent width = 3 spaces (wrap column...