robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
186 stars 15 forks source link

[ENHANCEMENT] Quick fix could be more specific than disabling while robotcode diagnostics #309

Open gohierf opened 2 months ago

gohierf commented 2 months ago

Is your enhancement request related to a problem? Please describe. Robotcode recently add more granularity to disable diagnostics rule by rule rather than the whole diagnostics. Quick fix shortcut still suggest disabling the whole diagnostics with # robotcode: ignore.

Describe the solution you'd like When using quick fix for Variable XXX is not used, quick fix shortcuts add the # robotcode: ignore comment. I would prefer the quick fix to add # robotcode: ignore[variable-not-used].

Describe alternatives you've considered Not using the quick fix shortcut.

Additional context This enhancement would help to spread the word about the new feature.

d-biehl commented 2 months ago

Additional options to consider: