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 #771

Closed
chrmarti opened this issue Sep 20, 2016 · 4 comments
Closed

GoToDefinition is not available in [metadata] files #771

chrmarti opened this issue Sep 20, 2016 · 4 comments
Assignees
Milestone

Comments

@chrmarti
Copy link

@Arnavion reported in microsoft/vscode#12334:

  • 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.

@gbrantzos
Copy link

Anything new about this? I still cannot see "GoToDefinition" for IList on [metadata] List`1.
I use VS Code 1.13.1 and C# extension 1.11.0

@filipw
Copy link
Contributor

filipw commented Jul 3, 2017

@gbrantzos this feature was added to OmniSharp recently but the VS Code extension hasn't been updated yet to take advantage of that

@gbrantzos
Copy link

Glad to hear that! @filipw any clue of when to expect an updated version of VS Code extension?

@filipw
Copy link
Contributor

filipw commented Jul 3, 2017

@gbrantzos I just opened a PR here #1620, now it's in @DustinCampbell's hands 😄

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

4 participants