Is there a Visual Studio equivalent to Rewrap (https://marketplace.visualstudio.com/items?itemName=stkb.rewrap)? This looks like exactly what I want to limit comments and other text to 80 characters, but it is for VS Code. Is there something like this for Visual Studio 2015?
Asked
Active
Viewed 278 times
0
-
Have you seen this? http://stackoverflow.com/questions/236517/how-can-i-make-visual-studio-wrap-lines-at-80-characters – Matthew Strawbridge Apr 26 '17 at 16:24
-
Yes, I wanted something more robust than a guideline. Ideally, I would be able to highlight an area of text and hit a keyboard shortcut and it would auto-format it. – Penny Apr 26 '17 at 19:58
-
1[CodeMaid](http://www.codemaid.net) can reformat comments to a specified width. This question will probably be closed as off-topic at some point. – Matthew Strawbridge Apr 26 '17 at 22:20
-
Thank you very much! This is exactly what I was looking for! – Penny Apr 27 '17 at 20:26
1 Answers
0
Rewrap is available for both Visual Studio Code and Visual Studio.
The Visual Studio one is https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980

Joe Daley
- 45,356
- 15
- 65
- 64