Its sort of offtopic, sorry.
I got a new job where I have to use Visual Studio 2010. Im used to netbeans and it freaks me out that I cant find some basic tools that Netbeans has, ...like Ctrl + Click on functions, constructors, identifiers, anything ....navigating with Alt + left-right arrows, ....double click on something highlights it everywhere in the code and in the scrollbar too.
(We are working on a HUGE code which would slow down the VS so instead of VS database we use Tomato Visual Assist to map the code structure, ....I switched back to VSs database and it was the same)
Do these things have an alternative in VS? ....or some extensions for it?
Thanks!
Help needed with Visual Studio
Started by Aliii, Sep 01 2012 12:25 AM
3 replies to this topic
Ad:
#2 Moderators - Reputation: 13471
Posted 01 September 2012 - 12:49 AM
Be thankful, that extension does great things for VS! Every professional VS developer should have itwe use Tomato Visual Assist
I think you can configure visual assist to allow ctrl click, but the default is to place the cursor on a symbol and press alt + G (maybe ctrl + double click also works).
I'm not sure what alt + left/right do in Netbeans, but the equivalent might be ctrl + +/-.
Regarding the scrollbar, check out the metascroll addon.
#3 Members - Reputation: 521
Posted 01 September 2012 - 02:55 AM
Ctrl+Click:
- right click > go to definition/declaration
- highlight and press F12
- view > code definition window, it'll show definitions automatically of whatever you click
- Ctrl + Alt + PgDwn/PgUp
- Get extension (can't remember if it highlights in scrollbar)
- Get VS2012 (doesn't highlight in scrollbar)






