helix icon indicating copy to clipboard operation
helix copied to clipboard

A post-modern modal text editor.

Results 1421 helix issues
Sort by recently updated
recently updated
newest added

### 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...

C-bug
E-easy
A-core

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`.

A-language-server
S-waiting-on-review

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...

S-waiting-on-review

I suggest adding a toggle `eol` to enforce a newline at the end of a document.

C-enhancement
A-helix-term

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...

C-enhancement

![Screenshot from 2022-10-14 10-13-36](https://user-images.githubusercontent.com/12832280/195810286-7f99cb82-06fa-4b63-8c9b-3bd4f6bd752d.png) https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html#captured-identifiers-in-format-strings

C-enhancement
A-tree-sitter
upstream

### 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...

C-bug
A-language-server

### 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...

C-bug
O-macos
A-helix-term

### 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:...

C-bug
A-helix-term

#### 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...

C-enhancement
A-helix-term