热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在VS中更改VB.net的类型颜色-ChangingcolouroftypesforVB.netinVS

IamcurrentlyworkingonaVB.NETprojectandthehardestthingthatIamhavingtroublewithisth

I am currently working on a VB.NET project and the hardest thing that I am having trouble with is that everything is black and blue.

我目前正在开发一个VB.NET项目,我遇到的最困难的事情是一切都是黑色和蓝色。

Having worked a lot with C#, I really like the way that types are colored differently.

在使用C#工作之后,我非常喜欢不同类型的颜色。

I have tried going in and having a look at the "Tools > Options > Fonts and Colors" and the various "User Types" under "Display Items" is set to a different colour but its not reflecting that colour in the text editor.

我尝试进入并查看“工具>选项>字体和颜色”,“显示项目”下的各种“用户类型”设置为不同的颜色,但不反映文本编辑器中的颜色。

Any assistance would be appreciated.

任何援助将不胜感激。

3 个解决方案

#1


You can change the 'Keyword' colour, but this will also change, well all keywords (such as Class and Function), not just types.

您可以更改“关键字”颜色,但这也会改变所有关键字(例如类和函数),而不仅仅是类型。

#2


Down in the list is User Types as well as user types for delegates, enums, interfaces, and Value Types.

列表中的向下是用户类型以及委托,枚举,接口和值类型的用户类型。

#3


I wonder how VS2010 handles it? With the VB and C# teams working closer together now maybe this has already been addressed.

我想知道VS2010如何处理它?随着VB和C#团队紧密合作,现在可能已经解决了这个问题。

http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&displaylang=en

--good luck with this - editor quirks can be the worst! (excpet of course when your green screen dies...) :)

- 运气好 - 编辑怪怪可能是最糟糕的! (当你的绿幕死亡时,当然是激动人心的......):)


推荐阅读
author-avatar
潇洒树春不_970
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有