You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: