本文介绍了“范围亮点"Visual Studio 中的功能?(与 BlueJ for java 中看到的相同)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道(因为到目前为止我未能在 VS 的选项中找到这样的功能),如果有一个功能允许范围突出显示与 BlueJ IDE for java 中看到的相同,这是一个例子:

I would like to know (as I've failed so far in finding such a feature in the VS's options),if there is a feature which allow for scope highlighting same as seen in the BlueJ IDE for java,here is an example:

注意代码块是如何用颜色突出显示的,在使用 blueJ 学习 java 时,我发现它在查看代码时非常容易看,一切都感觉更有条理,转移到 C# 并在 MS Visual Studio 上工作,它的所有文本都带有一些突出显示、类名、关键字等,但总的来说,它仍然感觉像是白色背景上的黑色文字,缺乏我非常想念 blueJ 的那种有条理的感觉,

Note how the code blocks are all highlighted with color,when learning java using blueJ i found it to be extremely easy on the eye when looking at code,and everything felt a lot more organized,moving to C# and working on MS visual studio, its all text with some highlighting, Class names, keywords etc etc,but in general it still feel like a black text on a white background and lacking that organized feeling i sorely miss from blueJ,

我注意到这里有一个类似的问题是指日食,Eclipse IDE 范围突出显示?

i noticed there is a similar question here referring to eclipse,Eclipse IDE Scope Highlighting?

为了安全起见,再次询问Visual Studio,VS中有这样的功能吗?是否有允许它的 VS 附加插件?

just to be on the safe side, ill ask again referring to Visual studio,is there such a feature in VS? is there an add-on plugin for VS which allows it?

提前感谢您的回答.

推荐答案

看DevExpress CodeRush插件,有30天试用版.它提供的功能称为结构突出显示",我认为它甚至比您想要的更好(并且可以自定义).

Look at the DevExpress CodeRush plugin, there is a 30-day trial version.The function it provides is called "Structural highlighting", and I think its even better than what you want (and its customizable).

CodeRush Express

CodeRush 文档

这篇关于“范围亮点"Visual Studio 中的功能?(与 BlueJ for java 中看到的相同)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-03 09:38