Michael Davis

Results 696 comments of Michael Davis

Is this reproducible in another editor? I suspect that this is a rust-analyzer bug

This can be reported upstream instead

Not currently, that's roughly covered by https://github.com/helix-editor/helix/issues/729

Thanks for the feedback @soqb! I've left most of the path conversions as `expect`s for now. Ideally we would use `Uri` nearly everywhere we use a `Path`/`PathBuf` currently (for example...

It would definitely be convenient if lsp_types took care of normalization. We would still want a Helix-specific URI though for future expansion. Calling it a spec violation seems like editorializing...

> For pickers with a single column, could we just hide the header in that case? That way it ends up looking like the original picker Yep actually we don't...

Yeah the separator lines were a little bulky. I removed the separators and added a theme key only for the header text

> or even move them _into_ the separator below the input, similar to dbg mockups? That's much more complicated implementation-wise - we would probably need to change the table rendering...

What do you mean by flashes? Can you capture it in a gif / video / asciinema cast? W.r.t. configurable timeouts see https://github.com/helix-editor/helix/pull/9668#discussion_r1498270629

Yeah with the switch away from the prompt for searching we lose the ability to move the search history (`/` register). You can use the latest search with `/` (inserts...