Environment
Reference guide to setting up your coding environment
Sabre comes with many tools commonly needed for developing applications, including a formatting, linting and language server features. These are best combined with the power of your IDE of choice. This page outlines the variety of ways to setup Sabre for you local development environment.
Visual Studio Code
After downloading and installing Visual Studio Code from the official website, the Sabre extension can be installed via the "Extensions" tab or through the Sabre for Visual Studio Code page on the marketplace.
That's it! When a Sabre file is opened, the language server will automatically provide you with all the benefits of Sabre' language server and more.
Other tools
If your desired tool is not available, you can configure your editor to run the sabre serve command if it supports the Language Server Protocol.