Releases: mghdotdev/vscode-miva-ide
Releases · mghdotdev/vscode-miva-ide
v1.3.0
- Fixed expression syntax highlighting in Miva Script as per issue #47.
- Fixed MvDO VALUE attribute snippet. It should default to be an expression.
- Removed mvt:else tag from mvt:if snippet.
- Added workaround to trigger completion window on paste command.
- Dedent on completion of else/elseif tags for Miva Script and MVT.
v1.2.0
- Applied fixes to Miva Script snippets based off developer feedback
- Fixed builtin function
miva_joinstring
flag parameter completion values as per issue #52 - Added operators to expression completions results
- Added engine version callouts to tags and builtin functions
- Fixed indentation issues for block tags referenced in issue #46
v1.1.0
v1.0.0 🎉
v1.0.0
- Improved autocomplete and language intelligence for MVT and MivScript.
- Improved tag snippets.
- Added tag attribute autocompletion.
- Added matching
mvt:item
name and param attribute completions.
- Improved MVT and Miva Script syntax highlighting.
- Added language intelligence for the underlying HTML syntax in MVT files.
- Added hover-on-symbol support and documentation for key MVT features.
- Items & Item Params
- Builtin Functions
- Variables
- Miva Merchant functions
- Added goto-definition support for MVT variables (via
<mvt:assign>
). - Added Code Actions support for existing problem diagnostics.
- Added improved snippet and completion intelligence.
- Completions will be expression and document aware. For example no function completions within variable or document contexts.
- Added compound
mvt:item
name and param completion snippets to the document completion list.
- Reduced overall extension size by adding
esbuild
. - Updated dependencies and fixed security issues.
v1.0.2-prerelease
Full Changelog: v0.12.0...v1.0.2-prerelease
v0.12.2
MVT in JS/CSS
- Added embedded MVT syntax support for JavaScript.
- Added embedded MVT syntax support for CSS.
v0.11.0
What's Changed
- Updated for LSK version 10.04.02
- Release/0.11.0 by @mghdotdev in #43
Full Changelog: v0.10.0...v0.11.0