Sometimes, tab recommendation will give us a lot of codes, but I only need the next line of them. Please add a function that we can determine which part I want in tab completion.
Sometimes I’m writing a Rust match statement and I write a few lines and then it predicts like 10 more lines. The first line was right, but it thought there was a pattern there wasn’t.
For now, I’m tabbing to finish the completion and then selecting and deleting the stuff I don’t need with my touchpad
It would be nice to have something like ctrl+tab to just take the next line. You can hit ctrl+tab again to take the next line of the completion, and so on.
Hey, I agree that accepting a line would be convenient. However, you can try enabling partial accepts to accept the next word using cmd + →, which will allow you to control the process.
Let me try this, thank you for sharing.
This method is better than accepting all codes. Thank you.
However, after 2 weeks usage, I still want a feature that can accept one line instead of one word. I hope cursor can make a preference of selection to this partial accepts.