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

GoToDefinition is not available in [metadata] files #12334

Closed
Arnavion opened this issue Sep 20, 2016 · 1 comment
Closed

GoToDefinition is not available in [metadata] files #12334

Arnavion opened this issue Sep 20, 2016 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@Arnavion
Copy link

  • VSCode Version: 1.5.2
  • OS Version: Windows 7 x64

Steps to Reproduce:

  1. Have a C# project with the content:

    class Foo
    {
        System.Collections.Generic.List<int> bar;
    }
  2. Invoke F12 GoToDefinition on List to be taken to the metadata file for List1 (public class List : IList...`

  3. In this file, GoToDefinition is not an option on IList<T> and pressing F12 on it does nothing.

Other language service things like tooltips are also not available.

@chrmarti chrmarti added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 20, 2016
@chrmarti
Copy link
Collaborator

Tracking as dotnet/vscode-csharp#771

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants