Go ASM![]() 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 If you save the Go file, the assembly view will automatically update to reflect any changes. RequirementsThis 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:
|