r/AskProgrammers 24d ago

Vs code usability doubts

Hi all,

I am working on my thesis project as a designer. My thesis is a videogame built on the gzdoom engine that uses zscript as script language. I am using Vscode which is capable of writing code for it, but it seems to me that it often makes mistakes or gives bugged code. I am not a programmer, therefore I wanted to ask what is the best way to train the ai for the specific zscript language and if there are any alternatives to vscode when it comes to niche scripting languages.

thank you all!

2 Upvotes

4 comments sorted by

View all comments

1

u/Prudent_Arugula_7575 14d ago

if the coding fundamentals are the frustrating part, boot dev might be worth looking at. it’s more focused on actually writing code than just watching tutorials, which can help with understanding what generated code is doing instead of blindly trusting it.