• 0

[C#] A Simple question about shortcuts


Question

Hi guys,

This is just a simple question.

I am new to C# and just began to use Microsoft Visual Studio 2005. I used to code in JAVA using eclipse and in Eclipse there is this shortcut CTRL-SHIFT-O to automatically import whatever I need to import.

Is there such a trick on Microsoft Visual Studio 2005?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

A simple look into the microsoft visual studio gives lot of options

ctrl+ o ----> for opening file

ctrl+shift+o --> for opening solution

F5 --> debugging

ctrl+F5 --> start without debugging

F10 -->step over

F11 --> step into

ctrl+shift+b --> to build solution

u might like to have a view into these following sites

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.