Skip to content

Releases: thkwag/thymelab-vscode

ThymeLab VSCode v1.0.2

01 Jan 02:57

Choose a tag to compare

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

ThymeLab VSCode v1.0.1

27 Dec 14:30
2864afb

Choose a tag to compare

ThymeLab VSCode Extension v1.0.1

Installation Instructions

Method 1: Install from VSIX

  1. Download the thymelab-vscode-v1.0.1.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-v1.0.1.vsix

What'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

27 Dec 10:03

Choose a tag to compare

ThymeLab VSCode Extension v1.0.0

Installation Instructions

Method 1: Install from VSIX

  1. Download the thymelab-vscode-v1.0.0.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-v1.0.0.vsix