helper14 opened a new issue, #9039: URL: https://github.com/apache/netbeans/issues/9039
### Apache NetBeans version Apache NetBeans 28 ### What happened Autocompletion for assigning a variable to a given method automatically does not work anymore. e.g. given the line: getGreeting(); pressing [ALT + ENTER] when positioning the cursor in getGreeting used to complete the code to: String getgreeting= getGreeting(); Now nothing happens. I can't find another (new) way to complete the code. ### Language / Project Type / NetBeans Component code completion ### How to reproduce Type in a line with a method which is returning a value without assigning a variable to the return value. position the cursor on the method, press [ALT + ENTER] ... ### Did this work correctly in an earlier version? Apache NetBeans 25 ### Operating System Win11 ### JDK JDK 21 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No -- 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
