If I would like to see the definition of some type or type member that doesn't have a reachable source file, it seems I can do this, for example if I invoke "goto definition" on this code
Console.WriteLine("test");
It will show a definition of the console class. However, breadcrumps and any form of symbol navigation does not work. It would be very useful to make it faster to skim through available members quickly.
If I would like to see the definition of some type or type member that doesn't have a reachable source file, it seems I can do this, for example if I invoke "goto definition" on this code
It will show a definition of the console class. However, breadcrumps and any form of symbol navigation does not work. It would be very useful to make it faster to skim through available members quickly.