-
Notifications
You must be signed in to change notification settings - Fork 676
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
Comments
Anything new about this? I still cannot see "GoToDefinition" for IList on [metadata] List`1. |
@gbrantzos this feature was added to OmniSharp recently but the VS Code extension hasn't been updated yet to take advantage of that |
Glad to hear that! @filipw any clue of when to expect an updated version of VS Code extension? |
@gbrantzos I just opened a PR here #1620, now it's in @DustinCampbell's hands 😄 |
@Arnavion reported in microsoft/vscode#12334:
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: