Releases: thkwag/thymelab-vscode
Releases · thkwag/thymelab-vscode
ThymeLab VSCode v1.0.2
ThymeLab VSCode Extension v1.0.2
Installation Instructions
Method 1: Install from VSIX
- Download the
thymelab-vscode-1.0.2.vsixfile 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.vsixWhat'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
ThymeLab VSCode v1.0.1
ThymeLab VSCode Extension v1.0.1
Installation Instructions
Method 1: Install from VSIX
- Download the
thymelab-vscode-v1.0.1.vsixfile 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-v1.0.1.vsixWhat's Changed
- Limit displayed GitHub releases to the latest 10 and update selection prompt title in ProcessManager.
- Improve resource tree item icons and validate required directories in server manager
ThymeLab VSCode v1.0.0
ThymeLab VSCode Extension v1.0.0
Installation Instructions
Method 1: Install from VSIX
- Download the
thymelab-vscode-v1.0.0.vsixfile 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-v1.0.0.vsix