x/tools/gopls: support Go assembly files #71754
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
gopls
Issues related to the Go language server, gopls.
help wanted
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Gopls already supports navigating from Go source to assembly files (use "Go to definition" on a
func
declaration with no body), but it wouldn't be hard for it to support navigation within assembly files, and from assembly files to Go files. The necessary parts are:go.s
LanguageID.file.Asm
.go.s
languageID support in eglot, vscode-go, neovim.This is obviously not a high priority, but it's a fun little project.
@golang/compiler @golang/runtime
The text was updated successfully, but these errors were encountered: