helix
helix copied to clipboard
A post-modern modal text editor.
### Summary when editing a huge (e.g. >80K lines) C-file, the editor sometimes gets unresponsive for extended time periods (up to several minutes). Killing the hanging editor has in one...
LSPs can communicate that they can run additional commands via the `executeCommandProvider`. This adds a picker for these commands. To use it you need to map it to e.g. `W`.
I bundled the html and jsx queries with this pr to show how it work in practice `mae` - will select the element and all it's child element, this is...
I suggest adding a toggle `eol` to enforce a newline at the end of a document.
I am running pop_os! so there is no repository for installation. So I built from source using directions on installation page. After cargo was done compiling and installing hx, I...
 https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html#captured-identifiers-in-format-strings
### Summary Currently, helix blindly requests `textDocument/implementation` without checking whether the server actually supports it. I've been pointed to the following place where this should be added: https://github.com/helix-editor/helix/blob/13d81b74787b58c01b56fdac8e3515470b2ed127/helix-lsp/src/client.rs#L848-L859 ### Reproduction...
### Summary Thanks for making this! I just took a first look at helix early this week, I like it so far. But I noticed that when opening tutor mode...
### Summary When a path contains spaces, the `:open` command completion sets it as is (without escaping the spaces), which leads to incorrect path. ### Reproduction Steps In a shell:...
#### Describe your feature request Currently helix editor depends heavily on tree-sitter to provide bracket matching. However, this makes the editor is unable to give correct results when tree-sitter does...