Skip to content

ThymeLab VSCode v1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 02:57
· 12 commits to master since this release

ThymeLab VSCode Extension v1.0.2

Installation Instructions

Method 1: Install from VSIX

  1. Download the thymelab-vscode-1.0.2.vsix file from this release
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click on the '...' menu (Views and More Actions)
  5. Select 'Install from VSIX...'
  6. 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