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/10/25 11:41:30 UTC

[GitHub] [netbeans] hindsholm opened a new issue, #4856: Add support for disabling hints in VS Code

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

   ### Description
   
   When using the NetBeans IDE, it is possible to edit and/or disable individual hints.
   
   If e.g. I disable the "unused method" hint, this configuration is stored in
   ~/.netbeans/14/config/Preferences/org/netbeans/modules/java/hints/default/org.netbeans.modules.java.hints.bugs.Unused.properties
   
   This is a very useful functionality because it allows you to tailor the hints to your preferences.
   
   It would be great to have this (or a similar) functionality in the VS Code extension as well. This would make the extension even better than it is today!
   
   ### Use case/motivation
   
   I would like to be able to customize which hints are being shown in VS Code using the NetBeans extension.
   
   ### 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] MartinBalin commented on issue #4856: Add support for disabling hints in VS Code

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

   In VSCode it is problematic as UI is very limited, nothing like Options dialog in NetBeans. One way would be to show all hints in the similar way like VSCode own Settings, eg. JSON file or XML file where user can change **true** to **false**. Or in addition to that to have in UI something like this to disable (disable only) hint you don't want to see 
   ![image-2021-11-02-16-01-32-093](https://user-images.githubusercontent.com/26064232/198966127-1fb8987b-251c-4d2e-ac5e-62e22fd5d6dd.png)
   


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