Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go ASM PreviewNew to Visual Studio Code? Get it now.
Go ASM Preview

Go ASM Preview

DaanV2

|
4 installs
| (0) | Free
An extension that shows you assembly code of you go code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go ASM

🔍 PR

Demo

A vscode extension for showing you Go's assembly output next with your Go code.

When you open a Go file, you can use the context menu or the command palette to open the assembly view. By selecting Show Go Assembly, a new editor will open displaying the assembly code generated by the Go compiler for the current file.

If you save the Go file, the assembly view will automatically update to reflect any changes.

Requirements

This extension requires Go and Gopls to be installed on your system. Make sure you have them set up properly before using the extension. You can download Go from the official website: https://golang.org/dl/. Gopls can be installed using the following command:

go install golang.org/x/tools/gopls@latest
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft