ThymeLab VSCode Extension v1.0.2
Installation Instructions
Method 1: Install from VSIX
- Download the
thymelab-vscode-1.0.2.vsix
file from this release - Open VS Code
- Go to Extensions view (Ctrl+Shift+X)
- Click on the '...' menu (Views and More Actions)
- Select 'Install from VSIX...'
- Choose the downloaded VSIX file
Method 2: Command Line Installation
code --install-extension thymelab-vscode-1.0.2.vsix
What's Changed
- Add Thymeleaf completion provider to enhance template variable suggestions
- Enhance ThymeLab extension with document link support and variable decoration
- Refactor ThymeLab extension structure and remove deprecated components
- Refactor ThymeleafVariableParser tests to consolidate nested and mixed expression handling
- Enhance ThymeleafVariableProvider to skip 'req' variables and improve status messages
- Add auto-update feature for ThymeLab processor.
- Implement Thymeleaf definition and variable providers
- Add update processor command and status bar notifications for ThymeLab extension
Full Changelog: v1.0.1...v1.0.2