matthiasblaesing commented on issue #8390: URL: https://github.com/apache/netbeans/issues/8390#issuecomment-2776608368
What you are showing the screenshot already works. Place cursor on variable, press "CTRL + r"  Make the modifications to the variable name  Press enter  When NetBeans talks about "Refactoring", it means the potential to rename functions, fields, classes and adjust all call sites throught the whole codebase. The problem here is, that JS has very loose coupling between related files and you can only guess when the same name means the same thing. This only becomes easier with modules, but even the globals exist. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.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