MartynasJanu opened a new pull request, #6781:
URL: https://github.com/apache/netbeans/pull/6781

   A simple feature present in most other IDEs. When declaring a variable with 
a namespace as type (method parameters, class variables), we usually just name 
the variable as that namespace like `FancyService $fancyService` and similar. 
At least, I do, so I figured, this would be a nice addition to NetBeans. After 
using most other IDEs and getting back to NetBeans, I personally miss this 
feature.
   
   As my first contribution, I think this would be a great place to start. The 
PR is work in progress, since I haven't added tests for it yet, but I wanted to 
see what people think about the functionality itself and maybe get some 
suggestions for improvement.
   
   Some examples illustrated:
   
   
![image](https://github.com/apache/netbeans/assets/13246873/48a92567-c69d-4ae8-9075-2aaed71812c1)
   
   
![image](https://github.com/apache/netbeans/assets/13246873/4f93cf8b-743e-4c90-ac06-db177cbe3a1c)
   
   
![image](https://github.com/apache/netbeans/assets/13246873/3ad5b515-4592-4f06-8e6d-008a5c5c05b0)
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to