✅ Cannot see source code of the standard library
I am using Visual Studio Code with the C# extention, and when I shift click to see the definition of something in the standard libary, it only shows definitions. the picture shows what i am talking about. is it possible to fix it? i tried looking up solutions but couldnt find any
2 Replies
seems like sourcelink just isnt supported or something?
its using a decompiler, which doesnt help with the standard library
because the reference assemblies are empty
in any case, you can just use https://source.dot.net instead, or the API browser has links to the source on github now
it’s a shame i will need to go to an external cite, but it will do. thank you