-
Notifications
You must be signed in to change notification settings - Fork 48
Description
I tried a lil bit of Cursor and it's incredibly good. Here are some suggestions (especially the first one) inspired by Cursor that could be beneficial to minuet in my opinion. For added context Fusion, their technology behind tab, is proprietary and it might be a custom LLM (hard to verify tbh) so we might never hit the same level as them but can still improve things.
Deletion, moving around, modifications
If you try tab feature of Cursor it's very impressive. It dosn't just insert code, it can also suggest to modify/delete current line and even to "jump somewhere" and if you accept to jump to the position it then offers you a completion (so you press tab to jump then tab to accept new proposition). It's outstandingly impressive and productive.
Multiline partial suggestions
Another thing is that if there's a multiline proposition as such:
if (xyz) {
toto();
}
It first only offers to insert the if statement if (xyz) {
then once you accept it it immediately offers you to insert the rest (previously hidden suggestion). It's cool because it happens so often you want to accept a first part of proposition and then write some more code then accept again. You can manually accept line by line interesting proposition with minuet.