Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>KeelNew to Visual Studio Code? Get it now.
Keel

Keel

teamkeel

|
336 installs
| (5) | Free
Provides language support for the Keel schema language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-keel

Provides editor support for the Keel schema language.

Features

  • ⚡️ Syntax highlighting for .keel schema files
  • ⚡️ Auto-formatting of Keel schemas
  • ⚡️ Context-aware auto completions
  • ⚡️ Diagnostic support for invalid schemas

Auto-formatting support

You can enable auto-formatting / linting by adding the below to your settings.json file in VSCode:

{
  "[keel]": {
    "editor.formatOnSave": true
  }
}

Contributing / developing the extension

Please read the Contribution Guidelines for steps on how to debug and publish changes to this plugin.

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