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:    -- 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
