Should I work on a new GSC editor?
-
I thought about creating a GSC editor to my liking that would be probably better than GSC studio. It would use monaco editor and would have a WAY better design.
-
YES!!!
-
Ducxy said in Should I work on a new GSC editor?:
monaco editor
I'd actually like to see something more akin to a VS Code plugin rather than an entirely new editor. It'd allow me to continue using my VS Code settings and would probably have a smaller footprint as well .
-
TheHiddenHour true, even if I made a new editor, monaco is the text editor VS Code uses so it would be similar
-
Ducxy Precisely, making it a plugin would also give you the ability to make the backend a general command line process for more flexibility if you desired. You could have your syntax checker, compiler, injector, etc in the same program and just pass it parameters. This would make it incredibly easy to port to other software, especially if you decided to open source it .
-
afaik there is multiple cod script plugins for vs code. just search the marketplace.
-
Ducxy how can i download it
-
TheHiddenHour Sorry for the necro but this would be very useful, having a command line version of gsc studio.