Environment

Reference guide to setting up your coding environment

Talos 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 Talos for you local development environment.

Visual Studio Code

After downloading and installing Visual Studio Code from the official website, the Talos extension can be installed via the "Extensions" tab or through the Talos for Visual Studio Code page on the marketplace.

That's it! When a Talos file is opened, the language server will automatically provide you with all the benefits of Talos' language server and more.

Other tools

If your desired tool is not available, you can configure your editor to run the talos serve command if it supports the Language Server Protocol.

On this page