I am wanting to try Gemini Code Assist with VSCodium ( Open Source : VSCode).
I have it basically setup, tried to look at some YouTube videos but they assume google cloud.
( The Open Source code I am working on is not in google cloud but in GitHub,
I have tried using free version of chatGPT but given up pulling teeth, I changed approach to write a text file which was the brief of what I am trying to achieve.
The Gemini Chat- has the facility to have the current open file as part of the context. I would like to refer to the brief text file, current file, a selected function, test file and application output.
I see there is an @file but this takes me to odd files on my system, not files in VSCodium’s open folder.
Where can find a suitable tutorial?