matthiasblaesing commented on issue #4575:
URL: https://github.com/apache/netbeans/issues/4575#issuecomment-1243995586

   There is nothing stopping you writing nashorn/rhino compatible JS with 
NetBeans. There might be to little hints, that point out unsupported features 
in rhino, but JS is JS.
   
   If people want to improve the situation:
   
   1.) actually use the support and try to pin-point-problems, I'm willing to 
help, just not do the work. (Syntax/Feature filtering)
   2.) make it possible to support `importPackage` and `importClass` (and maybe 
the (AFAIK!) deprecated default java import) with code completion based on 
either the system JDK or the surrounding java project (which provides a 
classpath).
   
   Both of these things are doable - come to the mailinglist and ask if you 
want to try.
   
   See:
   - https://netbeans.apache.org/participate/submit-pr.html#contributing-code
   - https://netbeans.apache.org/community/mailing-lists.html#dev


-- 
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-unsubscr...@netbeans.apache.org

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


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

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

Reply via email to