在使用了 30 天后,我即将从 Coderush 切换到 resharper,并且有一些问题想看看是否可以获得帮助。
1:你能改变resharper代码的颜色吗?我倾向于更喜欢深色主题,因此我希望在更改完成后能够迁移到深色主题。
2:有其他插件提供Coderush的会员图标绘制功能吗?这是我真正怀念的唯一功能,因为它很方便扫描。如果该功能有效的话,我不介意为其付费。
编辑:了解如何更改语法颜色。
I am about to make the switch to resharper from coderush after using it for 30 days and have some questions I would like to see if I can get some help on.
1: Can you change the resharper code colors? I tend to prefer dark themes so I would like to be able to migrate to a dark theme once the change is complete.
2: Do any other addin provide the member icon paint functionality of Coderush? It is the only feature that I do actually miss as it is handy for scanning. I don't mind paying for the functionality if it works.
EDIT: Found out how to change syntax colors.
发布评论
评论(2)
ReSharper 中没有直接替换“绘制成员图标”。
我建议您使用 文件结构 窗口,并使用“在编辑器中跟踪插入符号” ”和/或“自动滚动到源”选项以在文件结构中的焦点和文本编辑器中的插入符号之间进行同步。
至于其他 VS 插件,据我所知,没有任何突出的插件具有此功能 - VS10x CodeMap 和 Productivity Power Tools 都没有提供类似的功能。
There's no direct replacement of "paint member icons" in ReSharper.
I suggest that you use the File Structure window instead, with "Track caret in editor" and/or "Automatically scroll to source" options on to synchronize between focus in File Structure and the caret in the text editor.
As to other VS plug-ins, to my knowledge there aren't any prominent plug-ins that have that - neither VS10x CodeMap nor Productivity Power Tools provide anything similar.
除了能够更改 Resharper 颜色(在“工具”->“选项”->“字体和颜色”中,查找“Resharper *”相关选项)之外,R# 还支持 Visual Studio 浅色和深色主题:
http://www.jetbrains.com/resharper/webhelp/Managing_Color_Themes.html
As well as being able to change Resharper colours (In Tools->Options->Fonts and Colours, look for the "Resharper *" related options), R# supports Visual Studio light and dark themes:
http://www.jetbrains.com/resharper/webhelp/Managing_Color_Themes.html