Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Go To Definition to work inside metadata files #876

Closed
filipw opened this issue May 26, 2017 · 2 comments
Closed

Allow Go To Definition to work inside metadata files #876

filipw opened this issue May 26, 2017 · 2 comments

Comments

@filipw
Copy link
Member

filipw commented May 26, 2017

At the moment we only support "go to definition" from:

  • a source file into another source file
  • a source file into metadata

However, we don't support "go to definition" from metadata to metadata.
This is something that works fine in Visual Studio and it's not unreasonable to expect similar feature from OmniSharp.

I made a prototype of this yesterday and will PR soon.

@filipw
Copy link
Member Author

filipw commented May 26, 2017

Note that supporting it at the editor level would be a separate issue, but we obviously first need the feature to work in OmniSharp

@DustinCampbell
Copy link
Contributor

Note that we also support Find All References from Metadata as Source in Visual Studio as well, which searches your currently opened solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants