This topic’s title should be " Cursor 0.46: All your base tab are belong to us".
Pressing tab doesn’t indent anymore? It was completely hijacked by Cursor for the completion? I’m editing an enum:
enum class MyEnumType {
Foo,///< Foo value
Bar,///< Bar value
};
If the cursor is here: Foo,|///< Foo value
, where I put the pipe symbol (|
), when I press tab, nothing happens. Cursor thinks for a couple of seconds, then suggests the updated text. In any case, TAB doesn’t indent anymore.
On 0.45.x, if Cursor wasn’t suggesting a change (after I just pressed ESC for example), then the TAB key worked normally.
I’m downgrating to 0.45.x until this issue is solved.