web/docs/introduction/editor-setup.md
import TypescriptServerNote from '../_TypescriptServerNote.md'
:::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.
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:
.wasp files.prisma filesand more!
<TypescriptServerNote />