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
I'm following the asp dotnet tutorial here: https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?
And it creates this simple file: Program.cs, which looks like this right now:
Doing a hover on the UseStartup method gives a definition in a floating window:
However using coc-definition returns "Definition not found"
Whereas in VSCode, it would jump to the Metadata file:
Is there a way to set up coc-omnisharp to have it exhibit the behavior in VScode?
The text was updated successfully, but these errors were encountered:
I'm following the asp dotnet tutorial here:
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?
And it creates this simple file: Program.cs, which looks like this right now:
Doing a hover on the
UseStartup
method gives a definition in a floating window:However using coc-definition returns "Definition not found"
Whereas in VSCode, it would jump to the Metadata file:
Is there a way to set up coc-omnisharp to have it exhibit the behavior in VScode?
The text was updated successfully, but these errors were encountered: