rojo icon indicating copy to clipboard operation
rojo copied to clipboard

LSP-like protocol

Open Kampfkarren opened this issue 5 years ago • 1 comments

This was briefly talked about on Discord, but it'd help for projects like roblox-lua-autofills if they could connect to the Rojo server and use it to receive useful information similar to an LSP.

Currently, roblox-lua-autofills attempts to recreate the entire file structure based on projects itself, and will sometimes make mistakes for multiple project files since it's not possible for it to figure out which project you're working on. However, Rojo always knows what files it has knowledge of and where, making these problems obsolete.

I'm not sure what in specific is needed, but it is a neat idea.

Kampfkarren avatar Sep 19 '19 23:09 Kampfkarren

We should be able to cover this by expanding and stabilizing the Rojo HTTP API!

LPGhatguy avatar Sep 20 '19 05:09 LPGhatguy

Sourcemaps resolve this

Dekkonot avatar Oct 30 '23 15:10 Dekkonot