Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
GN is a build system used by Chromium and some other projects: https://gn.googlesource.com/gn/ It uses `#` for comments: https://gn.googlesource.com/gn/+/main/docs/reference.md#white-space-and-comments
Hi, I think it would be nice if we could have a "soft" rewrap mode where a line is not re-wrapped if the limit is reached within a single word,...
I was honestly surprised that this did not work. It feels like a very natural thing to do, you hover over to confirm the current status, and then you would...
I want to add this tool to my team's CI. Editor integration is great but a convenience rather than a guarantee of process. For guarantees we would need CI integration,...
Please help us help ourselves. Suggest creating `CONTRIBUTING.md` that would cover/refer to - installing from source #354, and - running tests #352. Any local or noteworthy standards, catchas, tricks, tips...?
Hi Steve, Thank you for Rewrap. How can we install it from source (e.g. from a local clone) to VS Code, please? Based on 7e4dbd068ac193506694af542bc665394da3399d it looks like you may...
How can we run the test suite locally? Is it by `./do` (on Linux/Mac OS/Unix)? Regardless, - please make `do` an executable (by `chmod a+x do`). I've submitted a PR...
I just had this problem for the first time, and I think Rewrap is the most recently installed extension. I wouldn't be surprised if you can't fix this in the...
Please add a separate wrapping column for `Git commit Mesage`s. This is usually limited to 72, while normal source code is much longer. The default value for git commit messages...