473,320 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

C# Short Cut keys please.

Hi

I am new to C#, i have come from a VB6 backgrouond.

What i am looking for is a list of the Short cut keys for C# and what they
do.

I am in perticulare looking for the keys to jump to a Decleration and then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

Any help with this would be much appriciated.

Kind Regards,
IanK


Nov 27 '06 #1
12 1902
On Mon, 27 Nov 2006 09:27:45 +0000, iKiLL wrote:
Hi

I am new to C#, i have come from a VB6 backgrouond.

What i am looking for is a list of the Short cut keys for C# and what they
do.

I am in perticulare looking for the keys to jump to a Decleration and then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

Any help with this would be much appriciated.

Kind Regards,
IanK
That all depends on what your environment is, doesn't it. For example, I'm
learning C# with MonoDevelop, on a Linux system. Maybe you are writing C#
code in Windows Notepad.
Nov 27 '06 #2
Hi Ian,

There are no shortcuts in C#, nor in VB6, but there are a bunch in Visual
Studio. Go to Tools->Options and select Environment-Keyboard.

Go to Definition is F12 (or right-click and select go to definition in the
context menu).
I'm not sure what will get you back
On Mon, 27 Nov 2006 10:27:45 +0100, iKiLL <iK***@NotMyEmail.comwrote:
Hi

I am new to C#, i have come from a VB6 backgrouond.

What i am looking for is a list of the Short cut keys for C# and what
they
do.

I am in perticulare looking for the keys to jump to a Decleration and
then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

Any help with this would be much appriciated.

Kind Regards,
IanK



--
Happy Coding!
Morten Wennevik [C# MVP]
Nov 27 '06 #3

Please, say what developer are you using.
Visual Studio, Mono, Eclipse?
Nov 27 '06 #4
"iKiLL" <iK***@NotMyEmail.comwrote Hi
I am in perticulare looking for the keys to jump to a Decleration and then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)
F12 = Shift F9
Ctrl - = Ctrl+Shift+F9

--
Chris Mullns, MCSD.NET, MCPD:Enterprise
http://www.coversant.net/blogs/cmullins
Nov 27 '06 #5
Those are for Visual Studio.

"Chris Mullins" wrote:
"iKiLL" <iK***@NotMyEmail.comwrote Hi
I am in perticulare looking for the keys to jump to a Decleration and then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

F12 = Shift F9
Ctrl - = Ctrl+Shift+F9

--
Chris Mullns, MCSD.NET, MCPD:Enterprise
http://www.coversant.net/blogs/cmullins
Nov 27 '06 #6
"iKiLL" <iK***@NotMyEmail.comwrote in message
news:Ot**************@TK2MSFTNGP06.phx.gbl...
I am in perticulare looking for the keys to jump to a Decleration and then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)
For completeness, those were NOT the shortcuts in VB6 for the operations you
describe. You must change F9 to F2 for them to be correct. Ctrl+Shift+F9
deleted all breakpoints, and I'm not sure what Shift+F9 did off the top of
my head, but it may have been Set Next Statement, although that could have
been Ctrl+F9....
Nov 27 '06 #7
Well, yea.

He's doing C# development, and he didn't specify what environment he's in.
This makes is pretty same to assume he's talking about Visual Studio.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise
http://www.coversant.net/blogs/cmullins

"Arhak" <Ar***@discussions.microsoft.comwrote in message
news:3E**********************************@microsof t.com...
Those are for Visual Studio.

"Chris Mullins" wrote:
>"iKiLL" <iK***@NotMyEmail.comwrote Hi
I am in perticulare looking for the keys to jump to a Decleration and
then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

F12 = Shift F9
Ctrl - = Ctrl+Shift+F9

--
Chris Mullns, MCSD.NET, MCPD:Enterprise
http://www.coversant.net/blogs/cmullins

Nov 27 '06 #8
Chris Mullins wrote:
>
"iKiLL" <iK***@NotMyEmail.comwrote Hi
I am in perticulare looking for the keys to jump to a Decleration and then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

F12 = Shift F9
Ctrl - = Ctrl+Shift+F9
I'm not quite sure what Ctrl Minus is doing, but it's not taking me to
where I was when I pressed F12. That's the unbelievably obvious
Shift+Ctrl+8.
--

..NET 2.0 for Delphi Programmers
www.midnightbeach.com/.net
What you need to know.
Nov 27 '06 #9
Thanks Chris
That is exactly what i was after.

And Christopher thanks for your help with the link.
i had already found that page before i posted, i read all the sections but i
still couldn't figer out which keys they were.

My appolojies to everyone else for confusing them so much.
I had no idea Microsoft did so many development environments for C#. This is
a Microsoft news group isn't it?
Next time i will try to be a bit more specifice.

Thanks for you time?
Ink



"Chris Mullins" <cm******@yahoo.comwrote in message
news:ui**************@TK2MSFTNGP06.phx.gbl...
Well, yea.

He's doing C# development, and he didn't specify what environment he's in.
This makes is pretty same to assume he's talking about Visual Studio.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise
http://www.coversant.net/blogs/cmullins

"Arhak" <Ar***@discussions.microsoft.comwrote in message
news:3E**********************************@microsof t.com...
>Those are for Visual Studio.

"Chris Mullins" wrote:
>>"iKiLL" <iK***@NotMyEmail.comwrote Hi
I am in perticulare looking for the keys to jump to a Decleration and
then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

F12 = Shift F9
Ctrl - = Ctrl+Shift+F9

--
Chris Mullns, MCSD.NET, MCPD:Enterprise
http://www.coversant.net/blogs/cmullins


Nov 27 '06 #10
"Jon Shemitz" <jo*@midnightbeach.comwrote in message
news:45***************@midnightbeach.com...
>"iKiLL" <iK***@NotMyEmail.comwrote Hi
I am in perticulare looking for the keys to jump to a Decleration and
then
back to where you came from in the code, like in VB6. (SHIFT+F9 and
CTRL+SHIFT+F9)

F12 = Shift F9
Ctrl - = Ctrl+Shift+F9

I'm not quite sure what Ctrl Minus is doing, but it's not taking me to
where I was when I pressed F12. That's the unbelievably obvious
Shift+Ctrl+8.
Unfortunately (or fortunately, depending on your viewpoint), Visual Studio
has several SETS of keyboard shortcuts. It all depends on the choice you
made when you first started VS.
Nov 27 '06 #11
You are definitely right!!!
The shortcuts are F12 & Shift+Ctrl+8
The Ctrl+- does take you back, but not directly to the method you came from.
I mean, when you use F12 and then navigate de code, the Ctrl+- takes you back
step by step, if you pressed PageDown two times then you will navigate PageUp
two time before returning to the method you came from. Did I make my self
clear?

"Jon Shemitz" wrote:
I'm not quite sure what Ctrl Minus is doing, but it's not taking me to
where I was when I pressed F12. That's the unbelievably obvious
Shift+Ctrl+8.
Nov 27 '06 #12
Yes, right, but ... How to know?
I mean, I know I'm in a Tester Profile, that was my choice, but when I'm
going to ask do I have to say that I'm looking for shortcuts in VS.NET 2005
Team Suite, Tester Profile?
Every time I look for help under the Tester Profile match... well, nothing
matches!
I was wondering about the Class View. I looked and found Ctrl+V,W and it
didn't work for my profile. Later I found it under Ctrl+Shift+C for Testers,
while Developers have Ctrl+V,W.
Does that mean it is madness to ask about shortcuts for VS. It should be
some reasonable rule about it. For example, the Class View wasn't available
in my profile, I has to add it to the View Menu. So I can understand that
keystrokes are different as well. But navigations keystrokes should be the
same anywhere!
am I wrong?
Or else it should be a whole forum about shortcuts under several profiles.

Nov 27 '06 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Etienne Charland | last post by:
Hi, there is an application running on a remote desktop (under Citrix ICA, but the same problem applies for RDC or PC Anywhere). Now, I want to send keys to the remote application from a local app....
3
by: Tomas R | last post by:
Really weird. The ordinary plus/minus works, but not the ones on the numpad?! What I've bound to the datagrid is a DataView with a few columns having numeric values with datatype Int32. (Comming...
4
by: pixel | last post by:
hi i just discovered something strange when i use in ProcessCmdKey this construction switch(keyData) { case Keys.Left: {
4
by: Grumpy Aero Guy | last post by:
If I create a MainMenu control on a form, and include short cut keys: (i.e. &File , E&xit ) and run the app, the shortcut functionality Alt-F-X opens the menus and works, but in the default...
13
by: iKiLL | last post by:
Hi I am new to C#, i have come from a VB6 backgrouond. What i am looking for is a list of the Short cut keys for C# and what they do. I am in perticulare looking for the keys to jump to a...
5
slapshock
by: slapshock | last post by:
hi everyone!!!!!! is anyone up there can help me with my problem?? i want to have a short cut keys in my system.... my problem is i dont know how to do it............. for example,i want to...
1
by: luqman | last post by:
How can I use the short cut keys like F2, F3 on web form, so do some process. For example: Pressing F2 should save the Document, pressing F3 should click the Button etc. I am using VS 2005. ...
2
by: Charles Law | last post by:
I'll kick myself when you tell me, but ... I have a user control on a form, and I want the user control to see the arrow keys when I press them. If I press just about any other key the control's...
0
by: thirunavukarasukm | last post by:
Hai... How to Usercontrols with Shortcut Keys... I am creating one windows apllication.. the apllication contain many form.. in one form i am used one usercontrol(parent control)..
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.