lbuchs opened a new issue, #6734:
URL: https://github.com/apache/netbeans/issues/6734

   ### Apache NetBeans version
   
   Apache NetBeans 19
   
   ### What happened
   
   The autocomplete of private class members in JavaScript is not working 
properly.
   
   when you write `this.` , the autocomplete appears with all the values, 
including private fields.
   
   when you add a # (`this.#`), it should filter for all Members beginning with 
#, but the autocomplete disappears. Writing more, the autocomplete comes back, 
but not only with the existing members, but also with a lot of non-matching 
values like `try {`,  the currently written Text (like `this.#testTe`) which is 
not a defined variable, etc.
   
   screen recording:
   
   
https://github.com/apache/netbeans/assets/37619779/88a0c120-8588-4276-9c45-1fa2b2cfd056
   
   
   
   ### How to reproduce
   
   _No response_
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 11
   
   ### JDK
   
   Java(TM) SE Runtime Environment 17.0.1+12-LTS-39
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### 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

Reply via email to