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

"Go to Definition" does not work for locating types & methods external to project folder structure #29

Closed
jrieken opened this issue Feb 3, 2016 · 3 comments
Milestone

Comments

@jrieken
Copy link
Contributor

jrieken commented Feb 3, 2016

From @BrandonClapp on February 3, 2016 16:21

For classes and methods found outside of my project's folder structure, I am unable to go to definition. The editor knows how to pull in the excerpt for the description, however, upon clicking the "Go to Definition" button, it does nothing.

For ASP.NET 5, all framework references have been moved into nuget packages, so they are all external to my project's folder structure.

How should I go about figuring out what particular types and methods look like in ASP.NET 5 that are located in nuget packages? Is there an easier way to figure out which nuget package a particular class or method comes from?

Copied from original issue: microsoft/vscode#2677

@jrieken
Copy link
Contributor Author

jrieken commented Feb 3, 2016

for started here actually: https://github.com/OmniSharp/omnisharp-vscode/tree/joh/useNewApi

@v-pavanp
Copy link

I am facing the same issue no action while performing "Go to Definition" or "Peek Definition" for .Net native API.

@DustinCampbell
Copy link
Member

This should be addressed once 1.4.0 of the C# extension is released, which includes support for "Metadata as Source" like Visual Studio has. See #671 for details.

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

3 participants