Code samples to test IDE color schemes

断了今生、忘了曾经 提交于 2019-12-10 23:13:51

问题


I've just recently discovered how many different options we have to configure the colors of Visual Studio 2010.

Jeff Atwood posted on his blog, some years ago, "Is your IDE hot or not", where he shows a code sample to test the IDE colors. However, this sample is not very complete, in the sense that Visual Studio provides more customization options than we can test with that code.

So, could you propose a code sample to be used to test IDE color schemes, in the most comprehensive possible way? It would be good to have it in different languages, at least all those accepted by VS2010!


回答1:


For Visual Studio there's this site where you can create your own themes: http://studiostyl.es/schemes/create. It provides some sample code that covers everything as far as VS tags are concerned. Though this is taken from the coding horror link you have mentioned, it has more than it like xml, xaml, html, asp.NET etc.



来源:https://stackoverflow.com/questions/2038254/code-samples-to-test-ide-color-schemes

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