VS.Net : Shortcut key for Immediate Window doesnt work.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

in my Visual Studio installation , I cannot go to immediate window using
Ctrl+Alt+I ?

Could anybody tell me how to set it work ?

Thanks in advance.
 
What is this shortcut? What is an 'immediate window' ? 8)

"ASP.NEt Multilingual Web portal"
 
I am using VS.Net 2003 and I am talking about its IDE. It says that
Ctrl+Alt+I should bring Immediate Window in debug mode. but it does not work
on my machine.

I hope its bit clearer to you now.
 
Can you show the Immediate window through the menu options?
I have VS2005, and it's Debug/Windows/Immediate -- does that
work for you?

Robin S.
 
Hi,

Ctrl+Alt+I works fine for me (VS 2005), although I just keep the Immediate
window open at all times anyway :)

IIRC, the Ctrl+Alt+I combination worked for me in VS.NET as well, so it may
just be a problem with your configuration.

Go to Tools --> Options --> Keyboard.

From here, I can only direct you with steps in VS 2005, so if they are
different for you then you'll have to wing it ;)

In the "Show commands containing" textbox enter, "immediate" and you should
see "Debug.Immediate" in the list. When you select it, you'll see the
command appear under "Shortcuts for selected command" below. In mine I see
"Ctrl+Alt+I (Global)".

My selected keyboard mapping scheme (drop-down at the top of the dialog) is
set to "(Default)".

HTH
 
Thanks Dave for your reply.

It has got the same settings as you described in Tools --> Options -->
Keyboard.

And RobinS, I can open the same from Menu option.

Any thought ???

Thanks
 
When you click on Debug and then Windows in the menu system,
and it shows Immediate window, does it show the shortcut
next to it as Ctrl+Alt+I? If it does, then I don't know why it doesn't
work for you.

Robin S.
 
It does show Ctrl+Alt+I in menu.

RobinS said:
When you click on Debug and then Windows in the menu system,
and it shows Immediate window, does it show the shortcut
next to it as Ctrl+Alt+I? If it does, then I don't know why it doesn't
work for you.

Robin S.
 
Back
Top