redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.08k stars 441 forks source link

[Feature Request] Provide quickfix for @supressWarnings() #1273

Open jdneo opened 4 years ago

jdneo commented 4 years ago

Some users may have the requirement to add this annotation when there are warnings. We can provide quick fix for them just like the Eclipse has.

akaroml commented 4 years ago

I request two features:

  1. Suppress a warning using a quick fix at the source code level
  2. Suppress a category of warnings using a quickfix at the project level
dominik42 commented 2 years ago

Please provide a QuickFix for unsafe type check warnings: "warning Type safety: Unchecked cast from X to Y"