▲ | f311a 3 days ago | |
- auto file refresh - global replace - multiline search in files - small terminal with toggle (for quick commands) - Recent LSP protocol features that would allow using inline copilot suggestions - better file manager where I can create, remove, rename files - an ability to bind x and xx (double) keypress at the same time - git blame - a better ability to run programs on top of helix (lazygit, for example, the same way people use it in neovim without closing it) | ||
▲ | barnabee 3 days ago | parent [-] | |
Many of these features are more IDE than editor to me and that perhaps explains our different points of view. Personally I’d be quite sad if the core Helix editor ends up like a VS Code style IDE, or even like some of the more heavyweight vim/emacs configs I’ve seen. I prefer simple, lightweight tools with relatively narrow focus and for me there’s not a lot in that bucket missing from Helix. I use panes in my terminal for e.g. quickly running commands and file management, and terminal tabs for e.g. quickly switching to gitui/lazygit or longer terminal and command sessions. I prefer this because all the pane and tab management, file management tools, etc. are therefore the same whether I’m editing code or doing something else in the terminal. Of course, once there are plugins, hopefully people who want those things from their editor can be catered for too. |