Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Help needed with Visual Studio


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
3 replies to this topic

#1 Aliii   Members   -  Reputation: 361

Like
0Likes
Like

Posted 01 September 2012 - 12:25 AM

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!

Ad:

#2 Hodgman   Moderators   -  Reputation: 13471

Like
1Likes
Like

Posted 01 September 2012 - 12:49 AM

we use Tomato Visual Assist

Be thankful, that extension does great things for VS! Every professional VS developer should have it :)
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 Ripiz   Members   -  Reputation: 521

Like
0Likes
Like

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
Alt + Arrows:
  • Ctrl + Alt + PgDwn/PgUp
Highlight:
  • Get extension (can't remember if it highlights in scrollbar)
  • Get VS2012 (doesn't highlight in scrollbar)
VS2012 has much better syntax highlighting than VS2010, no plugins required for that, it doesn't seem to be slow either.

#4 NinjAndroid   Members   -  Reputation: 106

Like
0Likes
Like

Posted 02 September 2012 - 02:01 AM

you can also try tools like ReSharper or VisualAssist that maximize VS2010 usage
MoMinis R&D team




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS