I basically use two scripts one to flatten the whole codebase into one text file and one to split it, give it a shot it's amazing...
I basically use two scripts one to flatten the whole codebase into one text file and one to split it, give it a shot it's amazing...
1. Cursor Pro with Sonnet to implement things the Cursor way.
2. Install the Gemini Code extension in Cursor.
3. Install the Gemini Coder Connector Chrome extension: https://chromewebstore.google.com/detail/gemini-coder-connec...
4. Get the free aistudio.google.com Gemini API and connect the extensions.
5. Feed your codebase or select files via the Cursor extension and get the implementation from aistudio.google.com.
I prefer having Sonnet implement it via Cursor rather than Gemini because it can automatically go through all the linting/testing loops without my extra input, run the server, and check if there are no errors.