BrighterScript plugin for SceneGraph XML completions
npm install brighterscript-xml-pluginfield and function
npm i brighterscript-xml-plugin
`
bsconfig.json
`
{
...
plugins: [
'brighterscript-xml-plugin'
]
}
`$3
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.