'Eclipse IDE Alt+Shift+R refactoring shortcut for renaming not working
Alt+Shift+R refactoring shortcut for renaming variables sometimes not working.
Solution 1:[1]
Alt+Shift+R refactoring shortcut for renaming variables sometimes not working.
Just simply remove lombok.jar from your eclipse ide Here is steps:
I uninstalled Lombok from Eclipse as following:
step 1: remove Lombok.jar from Eclipse folder
step 2: remove 2 line from eclipse.ini (C:\Users\pcname\eclipse\jee-2022-03\eclipse)
-Xbootclasspath/a:lombok.jar -javaagent:lombok.jar
Step 3: restart Eclipse
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | sam7kand |
