Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Win32 - Code Spell CheckerNew to Visual Studio Code? Get it now.
Win32 - Code Spell Checker

Win32 - Code Spell Checker

Street Side Software

streetsidesoftware.com
|
3,856 installs
| (0) | Free
| Sponsor
Win32 dictionary extension for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Win32 - Code Spell Checker

Win32 dictionary extension for VS Code.

Imports the Win32 spell checking dictionary for Code Spell Checker.

Requirements

This extension will automatically include Code Spell Checker extension.

Getting Started

By default the win32 dictionary is enabled for C and C++ file types. To enable it for other file types, it is necessary to add it to the dictionaries section of the configuration or include it as an inline CSpell directive: cspell:dictionaries win32.

Example: example.md

Sample Code:

```cpp
    // Parse the command line parameters
    int argc;
    LPWSTR* argv = CommandLineToArgvW(GetCommandLineW(), &argc);
    pSample->ParseCommandLineArgs(argv, argc);
    LocalFree(argv);
```

<!--- cspell:dictionaries win32 --->


Brought to you by Street Side Software Logo Street Side Software

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft