Tremor language support for VS CodeAdds support for Tremor's languages (tremor-script and tremor-query) to Visual Studio Code. Features:
The rich integration features (error diagnostics and completion/hover support) are powered by the Tremor Language Server (Trill). To activate all the features, you will need to install it alongside the extension (instructions below). For support, please file an issue on the repo or talk to us on Discord. For more details on how you can contribute to this repo (and the Tremor project in general), see CONTRIBUTING.md. InstallationLanguage ServerFirst install the Rust compiler and cargo (Rust's package manager) via https://www.rustup.rs/. This is required currently to build and install the language server. Now run ExtensionInstall from VSCode Marketplace, or by entering ConfigurationThis extension provides options in VS Code's configuration settings (under
If you installed the language server binary somewhere outside the default cargo path, you will need to update The trace configuration controls logging of communication between VS Code and the language server, for each of the tremor languages. Acceptable values are: DevelopmentSee development.md. PublishingSee publishing.md. |