Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Last active May 8, 2016 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsauber/de90e23b0222e4aeb2d45c70a9f6032c to your computer and use it in GitHub Desktop.
Save scottsauber/de90e23b0222e4aeb2d45c70a9f6032c to your computer and use it in GitHub Desktop.
var dte = (DTE2) ServiceProvider.GetService(typeof (DTE));
dte.ExecuteCommand("Edit.NavigateTo", "Something.cs");
// this results in a blank NavigateTo window opening
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment