Releases: mghdotdev/vscode-miva-ide
Releases · mghdotdev/vscode-miva-ide
v0.9.0
What's Changed
- Feature/miva script snippets by @steveosoule in #35
- Bumped LSK data to 10.04.00
- Bumped builtin function data to 5.36
New Contributors
- @steveosoule made their first contribution in #35
Full Changelog: v0.8.1...v0.9.0
See v0.8.0
- Added new Setting
Miva IDE > LSK > Path
that allows you to define a path pointing to your local copy of the LSK. Once configured, you'll be able to use theGoto Definition
function without having the LSK defined within the workspace. - Added missing changelog information.
LSK Path Setting
Added new Setting Miva IDE > LSK > Path
that allows you to define a path pointing to your local copy of the LSK. Once configured, you'll be able to use the Goto Definition
function without having the LSK defined within the workspace.
Better Autocompletion
- Fixed
<mvt:capture>
syntax display bug - Added
s.
variable autocompletion and documentation - Added file-specific global and local variable autocompletion
- Updated scope for tag completions
- Updated scope for entity completions
Added `webpack` configuration
The extension is now bundled via webpack
to improve performance.
Porting Sublime Features: Round 4
- Added Convert & Copy command to the Command Palette.
- Added Convert to Variable / Convert to Entity commands.
- Added support for secondary block comment (HTML comments).
- Added command to insert HTML comment.
- Added
l.posx
calculator function. - Fixed MVT/MV comment highlighting.
- Fixed issue with snippet scopes.
Porting Sublime Features: Round 3
- Added Miva Script syntax highlighting.
- Added Miva Script MvDO and
[].
autocompletion. - Added Go To Definition support for Miva Script and MVT.
- Added "Find Symbol in Document" support for Miva Script.
Porting Sublime Features: Round 2
- Added the following settings:
- mivaIde.MVT.defaultEncodingForVariableConversions
- mivaIde.MVT.lint.showWarningOnToolkitUsage
- mivaIde.MVT.lint.showWarningOnToolbeltUsage
- mivaIde.MVT.lint.showWarningForUnencodedVariables
- Added some linting rules for MVT.
- Added Convert & Copy command.
- Updated flow for selecting MVT:DO function values.
Pre-Release
Features available:
- Syntax highlighting for MVT
- Convert and Copy command for variables/entities
- Autocompletion for mvt:do tags and assign tags