Used Gemini Code Assist in VS Code under Google AI Pro plan to review and greatly enhance documentation of two Powershell scripts repos
Related post: How AI (LLM) Context Window Size Impacts What Data AI 'Remembers' In Software Development Workflows Overview Over past few days, I did my first signficant software development related work using Gemini Code Assist extension in VS Code under Google AI Pro plan for one public and another private repository of Powershell scripts. JS Tech Stack Source Code Copy, Zip, Move, List & Misc PowerShell Scripts - public GitHub repo Backup System Scripts - private GitHub repo Overall, it has been a very positive experience. I was very satisfied with the review and significantly improved documentation of these repositories. Earlier the first repository which has a set of subfolders each with multiple PowerShell scripts had only a single README.md at the project root folder level. After this work that top-level README has been improved and new READMEs have been created for each sub-folder covering the PowerShell scripts there. The private repo did not have any document...