You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Neovim, I can type == to fix the current line indentation. This feature is useful in many cases where you want to update the indentation of the current line due to some modification or new code. Currently, Helix update correctly the indentation (using treesitter I guess) when a new line is created. But there is no way to update the indentation based on treesitter on an existing line.
It can of course be used as a work around. However, it is not a good solution specially if you have many lines together and multiple indentation levels.
Hi!
In Neovim, I can type == to fix the current line indentation. This feature is useful in many cases where you want to update the indentation of the current line due to some modification or new code. Currently, Helix update correctly the indentation (using treesitter I guess) when a new line is created. But there is no way to update the indentation based on treesitter on an existing line.
For example, if I have:
I want to convert to:
Ref: #12787
The text was updated successfully, but these errors were encountered: