Any AI-based Code Assistants for web CRUD apps?
I'm looking for something to help me faster code CRUD endpoints for a Rails side project. Is there something more integrated than ChatGPT4? Like, I give it access to my codebase, it parses it and understands the models etc. and can then crank simple features?
I used to use Github Copilot, but I find Cursor (https://cursor.sh/) to be even better.
You can add an OpenAI API Key and it'll use the GPT-4 API. It indexes your code for you and it'll crawl documentation for you if you give it the link. Then you can reference specific files or documentation with "@". There are also some really intuitive hot keys.
This is what I use github copilot for.
GitHub Co-pilot can take into context your codebase.