gopls/internal/goasm: add Hover for assembly files#656
Conversation
|
This PR (HEAD: d116998) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/798760. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/798760. |
|
Message from 郭根源(genyuan): Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/798760. |
Dispatch file.Asm in server.Hover to goasm.Hover, which finds the identifier under the cursor and reports its name and kind (text, global, data, ref, label). Updates golang/go#71754
d116998 to
8df9d83
Compare
|
This PR (HEAD: 8df9d83) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/798760. Important tips:
|
|
Message from Alan Donovan: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/798760. |
Dispatch file.Asm in server.Hover to goasm.Hover, which finds the
identifier under the cursor and reports its name and kind (text,
global, data, ref, label).
Updates golang/go#71754