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

   ### Description
   
   I have a large web app that has many JavaScript files.  Some of those files 
are classes that define global utility functions that I use everywhere.  
NetBeans doesn't recognize those global symbols because things are loaded in a 
complex way.  NetBeans wants me to declare the global symbols in each 
JavaScript file in the form:
   
   /* global mysymbol  */
   
   Rather than declaring those symbols global in hundreds of JavaScript files, 
can't I just do those declarations in one place?
   
   ### 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