PetrMiksik commented on issue #9407: URL: https://github.com/apache/netbeans/issues/9407#issuecomment-4771418136
OK, here is another procedure. 1. Create a new Java project with Ant 2. Type SocketFa and press Ctrl+Space to invoke code completion. You get proper result: <img width="777" height="323" alt="Image" src="https://github.com/user-attachments/assets/9a8ac4ab-9130-42ba-ac13-2a81e99790f3" /> Complete the code, create some variable and press enter to create a new line. 3. Then type for example JToggleBu and press Ctrl+Space again. The result is below: <img width="732" height="256" alt="Image" src="https://github.com/user-attachments/assets/0a979a88-ad96-432a-9787-fe0d2df9e243" /> -- 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
