0.2.0 • Published 4 months ago

brighterscript-xml-plugin v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

brighterscript-xml-plugin

BrighterScript plugin for SceneGraph XML completions

It Does:

  • suggest components
  • suggest component fields

It Does Not:

  • validate field values
  • suggest interface elements like field and function

Installation

npm i brighterscript-xml-plugin

bsconfig.json

{
    ...
    plugins: [
        'brighterscript-xml-plugin'
    ]
}

Usage

SceneGraph Component completions usage gif

  • provides both built-in Roku SceneGraph components and custom project components
  • provides built-in fields and custom fields
  • auto suggestions for fields when typing inside an element tag
  • use completions shortcut to trigger manually
  • component completions on < do not fill automatically, pretty sure this is something that needs to be configured at the vscode extension level.
0.2.0

4 months ago

0.1.0

7 months ago

0.0.1

7 months ago