Skip to main content
Version: 0.13.0

Editor Setup

note

This page assumes you have already installed Wasp. If you do not have Wasp installed yet, check out the Quick Start guide.

Wasp comes with the Wasp language server, which gives supported editors powerful support and integration with the language.

VSCode

Currently, Wasp only supports integration with VSCode. Install the Wasp language extension to get syntax highlighting and integration with the Wasp language server.

The extension enables:

  • syntax highlighting for .wasp files
  • scaffolding of new project files
  • code completion
  • diagnostics (errors and warnings)
  • go to definition

and more!