Tool VS Code GSC Support

Cxwh

Veteran
Messages
64
Reaction score
45
Points
793
Basically I just decided to remake this and publish it. I also gave credit to anyone whose ressources I used. (Can be seen in the markdown file)

Microsoft VS Code marketplace:
You do not have permission to view link Log in or register now.

Or simply just search for the extension in VS Code (Ctrl + Shift + X).

I will also try to add a language server, but I have yet to see what I can do about that, so stay tuned :smile:.

Acknowledgments
*
You do not have permission to view link Log in or register now.

* CabCon
*
You do not have permission to view link Log in or register now.


Updates:
- Added IntelliSense

If anybody cares/wants it - I made a little "
You do not have permission to view link Log in or register now.
" using python to combine all scripts in a project folder into one.
 
Last edited:

JayCoder

Veteran
Staff member
Messages
369
Reaction score
152
Points
903
So I came across this thread by Aspire and I noticed that it didn't work. So I decided to remake it and publish it. I also gave credit to anyone whose ressources I used. (Can be seen in the markdown file)

Microsoft VS Code marketplace:
You do not have permission to view link Log in or register now.

Or simply just search for the extension in VS Code (Ctrl + Shift + X).

I will also try to add a decompiler, but I have yet to see what I can do about, so stay tuned :smile:.

Acknowledgments
*
You do not have permission to view link Log in or register now.

* CabCon
*
You do not have permission to view link Log in or register now.

R u reversing stuff for injection, or r u just making a plugin file to read and compile gsc?
 

Cxwh

Veteran
Messages
64
Reaction score
45
Points
793
R u reversing stuff for injection, or r u just making a plugin file to read and compile gsc?
My bad, didn't mean a decompiler - I meant a lanugage server to add real-time syntax checks
Fixed it now :grinning:
 
Top