vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Please add support for Monkey C

Open MrJacquers opened this issue 1 year ago • 3 comments

Please add support for Garmin Monkey C .mc files :)

MrJacquers avatar Apr 01 '24 14:04 MrJacquers

@MrJacquers,

What are you hoping for? To spell check the files or a specialized dictionary?

To turn on spell checking:

  1. Open a Monkey C file.
  2. Run the Command: Spell: Enable Spell Checking Document Language image

This should enable spell checking for Monkey C files. You might want to enable the C++ dictionary as well.

.vscode/settings.json

"cSpell.languageSettings": [{ "languageId": "monkeyc", "dictionaries: ["cpp"] }],

If you are interested in creating a Monkey C dictionary, please consider making a PR in cspell-dicts.

Jason3S avatar Apr 01 '24 18:04 Jason3S

Thanks, that worked, sort of :) Monkey C is actually a mix of several languages and runs in a Java vm afaik. I'll have to see if I can find a list of all keywords to create a dictionary.

MrJacquers avatar Apr 01 '24 18:04 MrJacquers

@MrJacquers,

I just checked, there is already a Monkey C dictionary, it just isn't installed by default.

Jason3S avatar Apr 08 '24 15:04 Jason3S

v4 of the extension now comes with a Monkey C dictionary by default. See: Code Spell Checker - Visual Studio Marketplace

Jason3S avatar May 29 '24 11:05 Jason3S

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Jun 29 '24 05:06 github-actions[bot]