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

How to make Vale spellchecker suggest alternatives? #15

Closed tbazant closed 3 months ago

tbazant commented 8 months ago

i have the following rule:

extends: spelling
message: "'%s' is a typo!"
dicpath: /home/toba/devel/suse-documentation-dicts/build
append: true
custom: true
dictionaries:
  - en_US-suse-doc
ignore:
  - SpellingIgnorelist.txt
action:
  name: suggest

how do i make it suggest alternatives to mispelled words after hitting CTRL+. in VSCode based on the specified distionaries?

tbazant commented 8 months ago

@ChrisChinchilla BTW the words in the specified list en_US-suse-doc are recognized fine, there are just no suggestions displayed

ChrisChinchilla commented 5 months ago

@tbazant Do you have somewhere I can reproduce the dictionary file and ignore list?

ChrisChinchilla commented 3 months ago

@tbazant Any follow up on my above comment?

tbazant commented 3 months ago

obsoloted, sorry for the delay