My editor code for roblox studio


I’m working on a code editor for Roblox Studio, but I feel like it’s missing a few things, and I don’t really know what a code editor needs to be awesome in every way and for developers to use. It has a built-in AI, of course, you can’t call it AI. It’s mostly for testing problems, optimizations, and errors, and it makes suggestions and writes down which lines are problematic.
Of course, the program still has some problems, for example, when writing a printout, the AI ​​detects a problem and I need to fix it.
Summarize your ideas.

2 Likes

Add a built in GitHub connection. Like VSC has where you can link your account and do everything inside the editor.

1 Like
  • Multicursor support
  • Type checking and linter if not already in there
  • Automatic fast import for module scripts and services
  • Find (ctrl f), find all (ctrl shift f), find and replace, find and replace all, find with regex
  • Shortcuts for going to a line, duplicating a line, deleting a line, setting all selected lines into commented lines
2 Likes