Releases: fgorke/openfasttrace-language-server
Releases · fgorke/openfasttrace-language-server
Release list
Release 0.2
OpenFastTrace Language Server 0.2, released 2026-07-13
Version 0.2 adds a VS Code extension as a second client for the OpenFastTrace Language Server, alongside the existing IntelliJ IDEA plugin.
Features
- #4: added a VS Code extension that runs the OpenFastTrace Language Server
- #3: excluded build output directories (
target,build,out,dist,node_modules) from workspace indexing
Maintenance
- #5: updated ci node version
Release 0.1
OpenFastTrace Language Server 0.1, released 2026-07-08
Version 0.1 is the first public release of the OpenFastTrace Language Server.
This release introduces the first version of an LSP-based integration for OpenFastTrace, including a standalone language server and an IntelliJ IDEA Ultimate plugin. It provides the foundation for using OpenFastTrace specifications and coverage tags directly from compatible development environments.
Features
- Initial plugin release with support for Go to Definition, Find References, Hover Documentation, Quick Fix for Outdated Version, Syntax Highlighting, and Code Completion for Specification Item IDs
Maintenance
- #1: added ci workflow for building and testing the language server and plugin