ObliviousHarmony / vscode-php-codesniffer

A VS Code extension for integrating PHP_CodeSniffer.
https://marketplace.visualstudio.com/items?itemName=obliviousharmony.vscode-php-codesniffer
Other
38 stars 2 forks source link

Unfixable Problems Missing Ignore CodeAction #18

Closed ObliviousHarmony closed 3 years ago

ObliviousHarmony commented 3 years ago

Description

The "Ignore" code action is not added when a problem is not fixable.

Reproduction Steps

  1. Create error in file with unfixable problem
  2. Note there are no code actions available

Expected Behavior

The "Ignore" code action should be in the list even though there is no "Fix" option.