简体   繁体   中英

Making Visual Studio 2010 Look Like Eclipse?

I have been programming in Visual Studio for a while but I really enjoy the layout of Eclipse. I want to be able to have the same color theme as Eclipse has. What I mean by this is that I want my text to be purple like eclipse and my variable names to be blue and in italics. I also would like to keep the first curly brace on the same line as the method.

If you could show me how to do this it would be greatly appreciated.

Go to the Tools/Options... menu. For the braces go to Text Editor/Your language/Formatting/New Lines/New line option for braces . For the colors go to Environment/Fonts and Colors and go nuts :-)

Open Tools -> Options ,

Under tab Environment -> Fonts and Color

I don't suggest this approach since it is not that useful. And the setting is bound to user profile, so if you change user profile (run as) or change device (pc), then the setting is reset to default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM