matthiasblaesing commented on PR #4440: URL: https://github.com/apache/netbeans/pull/4440#issuecomment-1264460690
Maybe I'm missing something obvious, but from my perspective the issue description is solved by enabling "Subword completion":  with that I get this:  for this code: ```java public class Test { public static void main(String[] args) { Test t = new Test(); } private int demoNumber; public int getDemoNumber() { return demoNumber; } public void setDemoNumber(int demoNumber) { this.demoNumber = demoNumber; } } ``` I don't see reason to make CC more complex. -- 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
