Closed
Description
Describe the bug
I can't use Goland refactoring tools like renaming types when the plugin is enabled. The issue is gone when I disable it.
To Reproduce
Steps to reproduce the behavior:
- Open any project
- Enable the plugin
- Right click the type name -> Refactor -> Rename
- Nothing happens
- Disable the plugin
- Restart the Goland
- Right click the type name -> Refactor -> Rename
- It works
Expected behavior
Refactoring tools should be working when the plugin is enabled.
Screenshots
N/A
Desktop (please complete the following information):
- OS: macOS 13.6.5 (22G621)
- Intellij version: GoLand 2024.2.3, Build #GO-242.23339.24, built on September 26, 2024
- Plugin version: 2.6.1
Intellij log
N/A
Additional context
None