Ability to pull in source from symbol package
After spending some time with golang. One of my favorite things with vim-go was the seamless way you were able to 'gd' into core packages. This is easy with golang because it's all source under your gopath. I think you could get very close to the same experience with C# if the symbols were pulled down. I think with vNext nuget packages there might be something more global we could lean on to bring down the symbols to.
Ideally nuget packages by default would just include source files under a /src dir. If not, maybe rely on .kpm path and pull into .kpm/symbols/nugetpackge.version/src maybe?
Anyways, would be interested to hear others thoughts.
It's possible already if you use mono and source package
I guess my comment was misleading by emphasizing "core packages". However, I was also trying to indicate for nuget package references as well.
+1