How can I toggle word wrap in Visual Studio?

前端 未结 11 1940
失恋的感觉
失恋的感觉 2020-11-29 15:17

Does Visual Studio .NET have a way to toggle word-wrap on and off?

I am used to this feature in Eclipse which allows you to right click and toggle word wrap on and o

11条回答
  •  攒了一身酷
    2020-11-29 16:10

    I use this feature often enough that I add a custom button to the command bar.

    1. Click on the Add or Remove Buttons -> Customize
    2. Click on the Commands tab
    3. Click Add Command...
    4. Select Edit (or Edit|Advanced for newer VS versions) from the list
    5. Find Toggle Word Wrap and drag it onto your bar

提交回复
热议问题