You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/12/07 16:00:39 UTC

[GitHub] [netbeans] mokraemer opened a new issue, #5056: [JS] Codecompletion: Inheritance support

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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mokraemer commented on issue #5056: [JS] Codecompletion: Inheritance support

Posted by GitBox <gi...@apache.org>.
mokraemer commented on issue #5056:
URL: https://github.com/apache/netbeans/issues/5056#issuecomment-1343475632

   strange, in one project it works, but not in another one. I'm going to check what is the difference between those.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mokraemer closed issue #5056: [JS] Codecompletion: Inheritance support

Posted by "mokraemer (via GitHub)" <gi...@apache.org>.
mokraemer closed issue #5056: [JS] Codecompletion: Inheritance support
URL: https://github.com/apache/netbeans/issues/5056


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #5056: [JS] Codecompletion: Inheritance support

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing commented on issue #5056:
URL: https://github.com/apache/netbeans/issues/5056#issuecomment-1616701170

   Completion for inherited members works in projects, but not outside it. If I'm not mistaken this makes sense, as in the working case the parent completion comes from the JS Index. However the indexer only files contained in a project, not outside it.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] Chris2011 commented on issue #5056: [JS] Codecompletion: Inheritance support

Posted by GitBox <gi...@apache.org>.
Chris2011 commented on issue #5056:
URL: https://github.com/apache/netbeans/issues/5056#issuecomment-1341431574

   For me it is working with latest NetBeans 15: 
   <img width="428" alt="image" src="https://user-images.githubusercontent.com/795658/206271354-13becffd-ce4a-473d-86ae-45b9495c7952.png">
   
   Can you please a bit more specific, maybe there is some other case, where this is not working.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mokraemer commented on issue #5056: [JS] Codecompletion: Inheritance support

Posted by "mokraemer (via GitHub)" <gi...@apache.org>.
mokraemer commented on issue #5056:
URL: https://github.com/apache/netbeans/issues/5056#issuecomment-1676299098

   I cannot reproduce the issue; I' going to close it.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists