1. About Me
  2. Links
    1. Home
    2. Archives
  3. Sites I Dig
    1. Twitter
    2. GitHub
    3. Agile Alliance
    4. Agile Iowa

Eclipse to Visual Studio + ReSharper

Moving from Eclipse to Visual Studio + ReSharper is proving to be difficult. I thought I would post some of the things I figure out along the way so I won't forget them.

"Show In > Package Explorer"

When editing a file, I sometimes need to view it in the package explorer. In Eclipse, I can press Alt+Shift+W, P, which will activate package explorer and highlight the current file.

In Visual Studio you can achieve the same effect by pressing Alt+Shift+L while editing a file. This changes focus to the Solution Explorer and highlights the current file.

One shortcut down, only about 250 to go...