We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce:
Have a C# project with the content:
class Foo { System.Collections.Generic.List<int> bar; }
Invoke F12 GoToDefinition on List to be taken to the metadata file for List1 (public class List : IList...`
GoToDefinition
List
(
In this file, GoToDefinition is not an option on IList<T> and pressing F12 on it does nothing.
IList<T>
Other language service things like tooltips are also not available.
The text was updated successfully, but these errors were encountered:
Tracking as dotnet/vscode-csharp#771
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
Have a C# project with the content:
Invoke F12
GoToDefinition
onList
to be taken to the metadata file forList
1(
public class List : IList...`In this file,
GoToDefinition
is not an option onIList<T>
and pressing F12 on it does nothing.Other language service things like tooltips are also not available.
The text was updated successfully, but these errors were encountered: