简体   繁体   中英

How do I open the Assembly Browser in Visual Studio Code?

I started learning c# recently.

I can open 'Assembly Browser' in 'MonoDevelop' by double clicking 'filename.dll'.

I cannot open 'Assembly Browser' in 'Visual Studio Code'.

Afaik there is (yet) no decompiler plugin for VS Code, that produces c#-/vb-code. You might use a standalone decompiler like JetBrain's dotPeek (free) instead. If IL-code is what you need, you might have a look into ILSpy .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM