Hey, I know this is old now, how do I get the Rojo view container to show, I don’t have it, i tried re installation
There should be an R at the bottom of the activity bar to the left. Click that and the explorer & properties panel will show. You can then click the + at the top of the explorer panel to connect to Rojo.
This is so useful!!
Thank you for this amazing resource, huge cheers for the work you put up on this!
I set Visual Code to default open lua files and set my plugin to 6.0.0r, but it’s still not able to open the scripts.
If the new typed Luau script analysis is opened for third party tooling upon release, this might actually make me switch to a VSC/Rojo workflow again; otherwise, it’s kinda hard to justify the switch for me. Looks really nice though!
This is incredibly helpful. I’ve been using Rojo for quite a while now, I’ve been working with Rojo for well over 4 - 5 months now, and I can already tell you this will be a game changer
Are the bugs fixed? I woudl like to use this but dont know if its a good idea yet
As long as you use the Rojo CLI found here instead of the Rojo extension for VSC, it’ll work fine.
Note: I have not been able to add any create, delete, or rename functionality as the development of Rojo has stagnated recently. I still have a pull request that I sent months ago on the Rojo repository that would allow me to add this functionality myself, but it hasn’t been reviewed yet.
dont you need the rojo extension if I am using vs code with studio?
You’ll need the Rojo plugin found here and my Rojo UI extension found here, as well as the Rojo CLI which I linked to in my previous reply. This extension is NOT compatible with my extension.
You can find info on how to use the Rojo CLI here, but make sure you install 6.0.0rc1. My extension is not compatible with any previous versions of Rojo.
Hey, I am unable to open any of the scripts. How would I go about fixing this?
Thanks!
Also, whenever I try refereshing Rojo UI, I get this error;
See here. If this is your issue, make sure you’re using the Rojo CLI, not the Rojo extension for VSC.
Where is the rest?
My extension can only display instances Rojo knows about. If you want another object to show up, make sure you list it in your *.project.json
file.
Hia! Awesome Plugin, Any plans to make the: Cut,Copy, Insert Instance etc. compatible and if so when?
As soon as Rojo’s maintainers implement a full two-way sync API, I can add that functionality. There is no real timeline as of yet, sorry.
Is this project still active?
Also, is there any plans to make this work with the Rojo VSC Extension?
Yes and Yes.
I’m still waiting on the full two-way sync API to be completed before adding any more functionality, and @evaera and I will probably be merging our extensions going forward.
From what I have read I have to install Rojo CLI to be able to open the scripts but I don’t know how. I have installed this plugin https://www.roblox.com/library/4048317704/Rojo-6 and I have this extension in VSC.
What do I have to do?
This plugin is not compatible with this method. I believe you have to install Rojo in the “traditional” via console way for this to work.
And… Two way sync still doesn’t work after months.