开发者

Visual Studio extension to draw a rule between class members

Is there a Visual Studio 2010 extension that draws a dividing rule between the members开发者_运维百科 of a class? VisualBasic had this feature:

Visual Studio extension to draw a rule between class members

I'm considering writing such extension if it doesn't exist yet -- probably a Resharper plugin if it allows this kind of interaction with the IDE. Any directions? Thank you very much.


Try the All Margins Extension, it doesn't do exactly what you want but will make your code blocks clearer by putting coloured vertical lines between them. Not sure how it looks with VB but it works well with C#.

Resharper gives you the File Structure window (CTRL+ALT+F) that helps you navigate between blocks of your code so you may not need the extra clutter in your code window.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜