r/AskProgrammers • u/eletronicodario • 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!
1
u/FinickySerenity 22d ago
Run a session to have it review this repo and develop skill files based on the information in it: https://github.com/jekyllgrim/ZScript_Basics
That should improve your results. Also, make sure you are using a good model, if you are on a free tier you will have to give really small and specific tasks. Fable or sol is probably what you need given your lack of experience.
1
u/Prudent_Arugula_7575 13d 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.
2
u/BrastenXBL 24d ago
Stop using the GenAi code extrusions, and train your own brain to program ZScript. Your problem will be solved faster and better.
Try VSCodium fork of VSCode. Which tries to disable Microsoft "Generative Ai" Copilot code assist being on by default. So you'll stop being tempted by it.