Skip to content

Releases: mghdotdev/vscode-miva-ide

v0.9.0

29 Jun 21:09
Compare
Choose a tag to compare

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

Full Changelog: v0.8.1...v0.9.0

See v0.8.0

27 Dec 23:49
df73002
Compare
Choose a tag to compare
  • 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.
  • Added missing changelog information.

LSK Path Setting

27 Dec 23:42
53243ed
Compare
Choose a tag to compare

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

16 Nov 04:45
2da35d5
Compare
Choose a tag to compare
  • 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

06 Jan 20:25
Compare
Choose a tag to compare
Pre-release

The extension is now bundled via webpack to improve performance.

Porting Sublime Features: Round 4

03 Jan 20:40
Compare
Choose a tag to compare
Pre-release
  • 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

02 Jan 23:00
1263aae
Compare
Choose a tag to compare
Pre-release
  • 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

30 Dec 23:40
Compare
Choose a tag to compare
Pre-release
  • 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

21 Dec 00:22
f18a011
Compare
Choose a tag to compare
Pre-Release Pre-release
Pre-release

Features available:

  • Syntax highlighting for MVT
  • Convert and Copy command for variables/entities
  • Autocompletion for mvt:do tags and assign tags