Microsoft Visual Studio features???
I have tried Eclipse IDE when I practice with Java programming, and I am so appreciated with editor features:
1- When I click on any variable name, example counter, so all counter variables are highlighted in the code editor. so it is easy to know where counter variables are used.
2- Ctrl + Click on any variable name or any method name, Eclipse IDE will bring you to its definition part.
My question is: Microsoft Visual Studio could help developer to do like that also or not? How?
Thanks.
|