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/09/10 12:38:27 UTC

[GitHub] [netbeans] zeleznypa opened a new issue, #4610: Possibility to ignore code errors in specific folders without ignoring them

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

   ### Description
   
   The PHP code with composer contain third-party code in `/vendor` folder. The node.js code contain third-party code in `/node_modules` folder. Sometimes they contain errors and because of them, the Netbeans show an error mark on the project:
   
   <img width="471" alt="Snímek obrazovky 2022-09-10 v 14 28 48" src="https://user-images.githubusercontent.com/1191472/189483411-4ba55d29-7bb7-4bf8-87d5-4042da656194.png">
   
   It is possible to add this files/folders into „ignored folders“, but it unfortunately also remove them from code analysis for code suggestion. 
   
   ### Use case/motivation
   
   I want to be informed, that „my“ code contain some errors, but I'm not interested in errors in third-party codes.
   But I want to work with this code and want the code suggestion at the same time.
   
   I also hope, that code-analysis without looking for errors can be a little bit faster :) 
   
   ### 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