rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
110 stars 40 forks source link

Navigate to handler #25

Closed georgejecook closed 5 years ago

georgejecook commented 5 years ago

when on a handler in an xml file, pressing f12 should go to the impl.

e.g. <field id="title" type="string" onChange="onTitleChange" /> should be able to navigate straight to OnTitleChange function in the backing brs file

georgejecook commented 5 years ago

This is resolved in: https://github.com/TwitchBronBron/vscode-brightscript-language/pull/52