ChrisChinchilla / vale-vscode

A Visual Studio Code extension for the Vale CLI.
https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode
MIT License
34 stars 5 forks source link

Provide multiple quick fix options with substitution rule #7

Open goerks opened 12 months ago

goerks commented 12 months ago

Given the following rule

extends: substitution
message: Use '%s' instead of '%s'
level: error
ignorecase: true
action:
  name: replace
swap:
  whatif: what if|options|more

When hover over text whatif image Then I expect the substitutions are what if, options and more 🆗 And I expect a list with these quick fixes what if, options and more ⛔ image

Current behavior

Expected behavior

Environment