leprechaun
leprechaun copied to clipboard
Support in shinyframewroks vscode extension
Hello,
I am working on a VSCode extension that aims to bring some of the capabilities of RStudio addins to Shiny developers using VSCode and Positron. You can check it out on the repository, VSCode Marketplace, and Open VSX Registry.
The extension currently supports several R frameworks:
- basic shiny
- rhino
- golem
I would like to expand support to include leprechaun, teal, and some Python frameworks like tapyr. If you know of any other frameworks that should be added, please let me know!
Regarding leprechaun, I haven’t worked with this framework before, so your help would be greatly appreciated. The extension offers three main features: "Create App", "Create Module", and "Addins". It would be helpful if you could point me to resources or documentation on how to implement "Create App" and "Create Module" for this framework, and share any suggestions on which features should be included under "Addins".
Thank you for your time and assistance!