Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi i need a global hotkey to go to the first error location in the error list and show it in the editor. i tried recording a macro, but it doesn't work properly. it just activates the error list window.
what can i do?
thx
Posted
Comments
Mohibur Rashid 11-Mar-12 12:21pm    
What on earth are you talking about?
ilostmyid2 11-Mar-12 12:36pm    
there's a window in Visual Studio called Error List. it may be shown by going to menu View, then Error List. when i build a project and it results in errors, the errors are listed in the window.
i need a global hotkey to go to the first item in the list.
ok?

1 solution

[F8]


This line added to make the post long enough...
 
Share this answer
 
Comments
ilostmyid2 11-Mar-12 13:03pm    
if u mean F8 may be the hotkey i'm looking for, i've to say that, no, it's not!
if i'm in the text editor and have already searched for something and currently the Find Window is active between windows which F8 goes to the next location in them, then F8 goes to the next found item. i need a hotkey which brings up the Error List window even though it's closed and goes to its FIRST item even though its fifth item between the whole ten items in it is currently focused. is THIS achievable?
OriginalGriff 11-Mar-12 13:16pm    
AFAIK there is no standard key for that - but it shouldn't be too difficult for you to write an extension to do it.
ilostmyid2 11-Mar-12 13:48pm    
i couldn't. would u show me how, please?
thx
OriginalGriff 11-Mar-12 15:29pm    
Sorry - I don't have time to create an extension I'm not going to use! :laugh:
Have a look at the tutorial - it isn't that difficult to do.
ilostmyid2 11-Mar-12 15:55pm    
i couldn't figure out what u meant by extension.
i also don't know what u mean by the tutorial.
sorry

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900