rokucommunity / vscode-brightscript-language

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

"View transpiled file" preview should include plugin manipluations #280

Closed georgejecook closed 2 years ago

georgejecook commented 3 years ago

currently we get the raw brighterscript; what a joy and aid to plugin developers if we could see the actualy code as roku-deploy will write, post plugin manipulations. I'd see this being useful for brs, xml and bs files.

TwitchBronBron commented 3 years ago

The way I understand it, it should be that way already. We call file.transpile() at the time of you clicking the "view preview" button, so if the plug-in has manipulated the ast, you will see it in the preview.

georgejecook commented 3 years ago

this is not the case.

TwitchBronBron commented 3 years ago

Can you please list all of the plugin hooks you are using.

chrisdp commented 2 years ago

@TwitchBronBron this was added recently correct?

TwitchBronBron commented 2 years ago

Yes.