Skip to content

Releases: mindpixel-labs/vsc-expressionengine

V3.0.0

01 Jun 10:41

Choose a tag to compare

  • Fix issue that caused incorrect path generation on Windows platforms
  • Add upgraded dependencies
  • Add new IntelliSense for Variable Modifiers
  • Add new Intellisense for the layout tag
  • Update README.md with new text and badges

v2.1.3

19 Mar 13:36

Choose a tag to compare

  • Merged Dependabot pull requests
  • Updated extension template files and removed extra return that was not needed for the addon.setup.php config file

v2.1.2

04 Mar 21:37

Choose a tag to compare

  • Updated README.md

v2.1.1

21 May 19:17

Choose a tag to compare

  • Add missing changelog entries
  • Add fix for the embed variable that used single quotes instead of double
  • Add back global variable snippets with documentation to allow for snippets to now be triggered properly inside of Emmet snippets and strings

v2.0.5

03 May 13:46

Choose a tag to compare

  • Fixed issue where dashes in a partial or variable name broke syntax highlighting

v2.0.3

19 Apr 12:28

Choose a tag to compare

  • Fixed a bug where if the cursor was at the end of a closing tag would still indent

v2.0.2

12 Apr 20:10

Choose a tag to compare

Changelog updates

  • Corrected spelling in the changelog file

v2.0.1

12 Apr 20:03

Choose a tag to compare

Bug fix

  • Corrected variable-tag syntax pattern to allow for parameters

v2.0.0

12 Apr 19:30

Choose a tag to compare

New Features

  • Added new IntelliSense features for code auto-completion!
  • Improved syntax highlighting that now allows standard variables and tag pairs to be colored

Fixes

  • Fixed bugs with the HTML tag indenting

Deprecations

  • Removed channel entries snippets in favor of the IntelliSense auto-completion
  • Removed keyword snippets in favor of the IntelliSense auto-completion

v1.1.3

04 Apr 12:53

Choose a tag to compare

New Scaffolding Commands and Language Features!

This release includes everything from v.1.0.0 and has no breaking changes whatsoever. There was an issue when running the vsce publish command and it got bumped incorrectly.

  • Added new scaffolding commands to generate ExpressionEngine boilerplate for Extensions, Plugins, Modules, Templates, Variables, and Partials
  • Added syntax highlighting improvements
  • Added new indentation feature to allow for HTML to correctly indent and outdent lines when creating elements
  • Overall code refactor and major performance boosts by switching to Webpack for the production build