Open a file by tiping in its name in Visual studio 2010 c++
#1 Members - Reputation: 645
Posted 18 December 2012 - 05:41 AM
What i am trying to do is find a way to navigate around files in Visual studio 2010 c++,
I have about 20 files(.cpp, .h) and am expecting about 50-70 more, and navigating around is a real pain.
In codeblocks there was a way for this "Alt+G" .
Any tips and suggestions how to navigate around files?
Current projects:
The Wanderer, 2d turn based rpg style game
www.gamedev.net/topic/641117-check-up-the-wanderer/
#2 Members - Reputation: 457
Posted 18 December 2012 - 05:44 AM
As an alternative there are add-ons that do this. Visual Assist X, for example, has that feature.
Edited by brx, 18 December 2012 - 05:46 AM.
#3 Crossbones+ - Reputation: 1243
Posted 18 December 2012 - 08:22 AM
#4 Members - Reputation: 645
Posted 18 December 2012 - 09:02 AM
Codeblocks gets my n1 IDE prize.
Until i can afford visual studio.
Thanks on help.
Edited by BaneTrapper, 18 December 2012 - 09:03 AM.
Current projects:
The Wanderer, 2d turn based rpg style game
www.gamedev.net/topic/641117-check-up-the-wanderer/
#7 Members - Reputation: 2502
Posted 18 December 2012 - 10:55 AM
Edited by Mike.Popoloski, 18 December 2012 - 10:58 AM.
#9 Members - Reputation: 226
Posted 18 December 2012 - 11:43 AM
http://nemesis.thewavelength.net/index.php?p=56
It also supports Alt-O to open the .cpp from a .h and vice versa.
#10 Members - Reputation: 457
Posted 18 December 2012 - 12:02 PM
>ofin the search box? The search box is there by default (I might be mistaken, but even if it isn't, it's easy to get it), so it's only four keystrokes (including the space after the "of") to get this feature. Yes, it also works in the command window as Sandman suggested, but I think the search box is a lot faster.
This is plain wrong.There is nothing like this in stock Visual Studio
#11 Members - Reputation: 645
Posted 18 December 2012 - 12:56 PM
Well that would do it, thought its a bit slow, but i will save allot of time this way, also that in my Visual studio express 2010.Uh, why hasn't anyone said anything about Ctrl+Comma yet (or Edit->Navigate To if your keybinds are different)? That lets you to navigate to files and/or symbols in your code by typing their names. Is it not available in the express editions or something?
As i just said above, i have ability to use this in Visual studio express 2010.This feature has been added to VS2012 just for the record.
EDIT:
Please don't down vote'Gavin Williams' post for no reason...
He obviously meant no harm, just wanted to help.
I did not find the search box and after i found "Edit -> Navigate to (hotkey ctrl+,)" i did not investigate any further tho it would be a viable option.Replay to "brx" post
Thanks you everyone
Edited by BaneTrapper, 18 December 2012 - 05:01 PM.
Current projects:
The Wanderer, 2d turn based rpg style game
www.gamedev.net/topic/641117-check-up-the-wanderer/






