Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Symbol : not work rename variable name at gop file #30

Closed
qinhongwei123 opened this issue Nov 20, 2023 · 1 comment
Closed

Rename Symbol : not work rename variable name at gop file #30

qinhongwei123 opened this issue Nov 20, 2023 · 1 comment

Comments

@qinhongwei123
Copy link

What version of Go, VS Code & VS Code Go extension are you using?

Version Information
  • Run go version to get version of Go from the VS Code integrated terminal.
    • go version go1.21.4 darwin/arm64
  • Run gopls -v version to get version of Gopls from the VS Code integrated terminal.
    • golang.org/x/tools/gopls@v0.14.2
  • Check your installed extensions to get the version of the VS Code Go extension
    • v0.1.0-dev

Describe the bug

Rename Symbol : not work rename variable name at gop file

Steps to reproduce the behavior:

  1. Open Gop File
  2. Code and select variable
  3. Call "Rename Symbol"
  4. See error
    #testdead/testdead.gop:5:1: unexpected var object "var st string" (please report a bug)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant