Rojo ExplorerThis extension provides an "explorer" that allows you to view any instances that rojo is managing, this extension also provides intellisense and auto-completion for any rojo-managed instances. Github: https://github.com/Meqolo/rojo-explorer OverviewGetting StartedWelcome to Rojo Explorer! Whether you are new or experienced to development, this extension should massively simplify your workload. SetupThis extension is easy to setup. To begin with, please ensure that the latest version (6.x) of Rojo is installed on your system. When you use rojo to develop with this plugin, ensure that a Rojo server has been launched with the command You can access the explorer by going into the VSCode Explorer menu, at the bottom of the screen it will then show a "Rojo Explorer" tab, allowing you to view all the Rojo-managed instances in your workspace (provided you have ran the FeaturesRojo Explorer has many features that are designed to aid developers in their workflow, and the transition from Roblox Studio to a third-party IDE. Rojo Explorer comes with path autocompletion for any instances that are managed by Rojo, an "explorer" view that allows you to see any instances managed by Rojo and will also allow you to open any scripts. To open a script that is shown in the Explorer, simply click it and it will open inside of the default editor you set in Rojo. Known IssuesThis extension has some known flaws that may impact workflow, these issues will be listed below: Explorer and intellisense does not update when a Rojo-managed instance is changed
You can get around this by simply running the Events, properties and functions do not autofill This is planned to be implemented in the future, however there will have to be significant changes in the code inorder to implement this. |