vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Allow go to external source in intellisense

Open Smoovsky opened this issue 1 year ago • 4 comments

When debugging with just my code disabled + search Microsoft symbol server enabled(or adding my own symbol folder in symbol search paths), I can step into external source code. Can you extend this feature to intellisense? i.e. when the user performs "Go to Definition" action, the editor opens the external source code if the matching source is found in symbol server/path. I believe such behavior is enabled in Rider by default, and Visual Studio can also be configured to navigate to external source.

Smoovsky avatar Jan 04 '24 10:01 Smoovsky

We plan to add sourcelink support (for go to definition / references) to C# at some point in the next couple of months (cc @mikadumont , we can use this issue for tracking).

dibarbet avatar Jan 09 '24 22:01 dibarbet

@dibarbet any update ? support for source link in C#/devkit

victorvhpg avatar Apr 04 '24 13:04 victorvhpg