How to make word wrap respect indentation in Visual Studio?

萝らか妹 提交于 2019-12-05 06:46:09

Good news: In Visual Studio 2013, word wrap properly respects indents!

However there's a number of remaining issues with it (eg. around the Home/End keys). Please vote at https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/5574507-fix-behaviour-of-home-end-keys-when-word-wrap-is-e


Alas, it's not possible. Bug to the Visual Studio developers at http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3285423-wrap-lines-intelligently-simulating-indents- . Please vote for it!

This extension does what I want, but only for Visual Studio 2010 :/

http://visualstudiogallery.msdn.microsoft.com/ac95f80f-6cfd-4b67-b0fd-e9c5c8fb27de

NB. I tried hacking the extension manifest to make it install on 2012 but the behaviour went awry. The extension needs a real update

For VS2012, there is an extension http://visualstudiogallery.msdn.microsoft.com/a5b5001e-fe7a-4c08-9cf5-96ae5892088a

It does the same thing...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!