0.2.1 • Published 2 years ago
brighterscript-xml-plugin v0.2.1
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
fieldandfunction
Installation
npm i brighterscript-xml-pluginbsconfig.json
{
...
plugins: [
'brighterscript-xml-plugin'
]
}Usage
SceneGraph Component completions

- 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.