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"
   
   
![Image](https://github.com/user-attachments/assets/18cd97e4-d125-41a2-9908-d80b0f4fc7c1)
   
   Make the modifications to the variable name
   
   
![Image](https://github.com/user-attachments/assets/5e432541-6fdf-4a96-95c3-88ce41fcc38f)
   
   Press enter
   
   
![Image](https://github.com/user-attachments/assets/203b9038-2f29-4512-b056-57d89863c58b)
   
   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

Reply via email to