rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
216 stars 29 forks source link

Server-aware editing in VSCode and static app script generation #139

Closed nstrayer closed 1 year ago

nstrayer commented 1 year ago

Big PR that adds server-aware logic to the VSCode extension (go to output definitions and input references) along with the ability to see a full app script when running in static (or embedded mode).

Under the hood these changes are driven by a large rewrite of the data structures used to represent an app. Now the client is given full information about the underlying app (both script text and AST) and parses that to render and update the UI. This means a large percentage of the R code has been removed.

netlify[bot] commented 1 year ago

Deploy Preview for shiny-ui-editor failed.

Name Link
Latest commit d279e695dc5393a8ac0b62065d18b877d48f50e0
Latest deploy log https://app.netlify.com/sites/shiny-ui-editor/deploys/63e6c5bc8c163100086bed54
nstrayer commented 1 year ago

/update-snapshots

nstrayer commented 1 year ago

/update-snapshots