The experimental decompilation feature in VS 2017 15.8 Preview 3 has proven to be quite nifty for enabling use of code in place of documentation in large projects that share code as binaries (like VS).

A missing nice-to-have would be to be able to use 'Go To' to navigate to the decompilation of types referenced by the project. These could be surfaced the same as any type present in the project but ordered low in the list.