I've been evaluating the cursor editor to know what was usable and not and there are a couple of things (some are implemented and some are not).
Below is a table of some of the features I saw myself using either from time to time or often. Not sure if there are any plans to support these different features but thought I would add it anyway. Also, there might be a way to do this already with Parrot that I am just not aware of!
| Feature |
Cursor |
Parrot |
| Visual select and ask question to change/implement |
✅ cmd+k |
✅ |
| Ask a question around the current file |
✅ cmd+l |
Kinda (you have to copy the entire file content and ask with that context) |
| Full context search (uses the entire context of the project and ask a question) |
✅ cmd+l then cmd+enter when asking |
❌ |
I've been evaluating the cursor editor to know what was usable and not and there are a couple of things (some are implemented and some are not).
Below is a table of some of the features I saw myself using either from time to time or often. Not sure if there are any plans to support these different features but thought I would add it anyway. Also, there might be a way to do this already with Parrot that I am just not aware of!