My own editor code for roblox studio

Hello, please read my message completely.

I made a code editor for Roblox Studio that has something like a built-in artificial intelligence without the need for the internet. I am working on it very strongly. It can optimize the entire project in terms of security and check for obsolete codes. And most importantly, it has syntax and Lua support. It gives very good code suggestions. Everything is similar to vscode but it is specific to Roblox Studio. And the next point is that I am working on it very well, but I want to know if you will support it if it is released?
Do you need something like this? What do you think this program is missing?


Of course, the AI ​​still has some problems and I need to improve the code suggestion for the first suggestion, but I want to know if you really support it.

9 Likes

Your code editor looks cool, but why should someone use it instead of VS Code with extensions that already provide the same features?

2 Likes

Because everything needed, in addition to the artificial intelligence, is finished and RAM consumption is very low. For example, 500,000 lines only require 200 MB of RAM and do not require any plugins.

2 Likes

Yeah this is really cool! An offline code editor with AI integrated and made for studio? Almost sounds too good to be true.

2 Likes

Always been a big fan of software tools being snappy and simple, low computational usage is something most developers these days don’t think about to much, when code gets too big i don’t like writing it in studio because it handles it poorly due to it doing a million things. So i use VS with plugins.

It would be nice to have a purely dedicated text editor for Luau that doesn’t require an overly complicated back end, also the local AI makes this a lot shinier with it having better code predictions than a simple symbol-based autocomplete, plus code generation and what looks like performance checking.

Cool project dude hope this gets more attention.

2 Likes

Yes, this should be the right way to go
I’m so tired of everything being a browser rendered in the background.
I wish this project had been written in C/C++ since this would allow more extensive optimization as well as a possible future mobile port, but as proof of concept it looks very nice

2 Likes

is this an actual AI or it just picks from a few hardcoded comments- like is the performance notification to remove prints in the video just hardcoded

1 Like

In one test, I was able to execute 500,000 lines of code with 200 MB of RAM occupied.

Actually, I have a plugin related to optimization that I think you’ll love.