-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Language server] The Refactor -> Rename feature does not work for Golang language server #10524
Comments
The problem here seems to have been caused by the fact that project sources aren't in |
Yeah, seems like golang language server delegates renaming to After spending a lot time on investigation and fixing the issue, as a conclusion I believe that we unfortunately have just a few options: to wait until the tool/language server becomes more flexible, to switch to another language server that may not have such problem or to revise the approach we're using when we organize eclipse che workspace file system structure. From my point of view, all options are doubtful so I'm closing this as "won't fix" until we have a reliable solution. |
Reproduction Steps:
Expected behavior:
The variable name changed
Observed behavior:
The variable was not changed and there is "Rename failed: gorename: can't find package containing /projects/ga/main.go" error notification.
Che version: 6.9.0
OS and version: Fedora 28
Che install: OCP-single
Additional information:
screenshot:
The text was updated successfully, but these errors were encountered: