GitHub user brettryan added a comment to the discussion: From Apache Netbeans 25 onwards inline rename no longer appears to be available
Hi guys, I've traced this to an odd configuration in keymaps that I think has changed. For reference the following would trigger the dialog, renaming any of the members would cause the dialog. ```java private void rename(String p) { var thing = "test"; System.out.println(thing); } ``` It turns out that there is either a new "Rename" in keymaps (there are presently 4), with the one in category "Other" being what renames inline, and the one in "Refactor" being the one that opens the dialog. Prior to 25, my export of settings had only "Refactor" which previously controlled both.  [nb-brett-keymap.zip](https://github.com/user-attachments/files/21113116/nb-brett-keymap.zip) GitHub link: https://github.com/apache/netbeans/discussions/8629#discussioncomment-13690100 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists