Welcome to the Livt extension for Visual Studio Code!
Features
Syntax highlighting and language support for .lvt files
Language Server integration for code intelligence
Native VS Code Language Model tools for Copilot Chat and Agent mode
Full Livt CLI integration: create, build, test, publish, and manage packages
Requirements
To use the Livt extension for VS Code, you need the Java Runtime Environment (JRE)
from OpenJDK 17 or later. If Livt is already installed and functioning on your system,
you're all set. If not, you can follow our step-by-step installation guide
on our website.
The extension contributes 17 tools to VS Code's Language Model API, available in Copilot Chat and Agent mode via #livt-* references:
Tool
Description
#livt-version
Check Livt CLI installation and version
#livt-extensions
Inspect CLI extension capabilities
#livt-license
Get CLI license information
#livt-new
Create a new Livt project from a template
#livt-build
Compile a Livt project
#livt-test
Run project tests
#livt-clean
Clean build artifacts
#livt-stats
Get project statistics
#livt-vendor
Generate vendor integration files
#livt-init
Initialize a Livt project in a directory
#livt-add
Add package dependencies
#livt-remove
Remove package dependencies
#livt-lock
Update the lockfile
#livt-sync
Synchronize dependencies
#livt-search
Search the Livt package index
#livt-show
Show installed package information
#livt-publish
Publish a Livt project distribution
Tools can be enabled or disabled from the VS Code tools UI. Native confirmation dialogs appear before any command is executed. All tool responses are JSON-formatted for follow-up AI reasoning.