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

   ### Description
   
   If you use inheritance in JS, e.g.:
   ```
   class A{
        y(){
                
        }
   }
   
   class B extends A{
          x(){
                
        }
   }
   
   let xx=new B();
   ```
   
   And then type "xx." netbeans just finds "x()" and not "y()"
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


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