|
|
|
|
|
by ZeroTalent
447 days ago
|
|
There is a better way that I'm using: 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. |
|