Kyle L. Davis

Results 44 comments of Kyle L. Davis

Any plans to implement _Inlay Hints_ now that Vim supports virtual text?

I tried a plugin one time that did something like that, but it didn't work very well and I can't remember what it was called. A quick web search showed...

It looks like `pseudo_pending` is affected by initial key maps such as ``, or anything else opening an auto_info windows. I was unable to find where this is located, or...

I've had numerous issues like this when changing versions. Make sure to update your runtime and run `hx --grammar fetch` with `hx --grammar build` if you're changing Helix versions.

Did you try to completely remove the runtime directory/symlink and re-adding/re-linking it? I'm having trouble replicating it on Windows or Linux without either not doing `hx --grammar fetch` and `hx...

@the-mikedavis Thanks. Instead of a pop-up, some sort of indicator would be nice to show that Helix is waiting for additional input to finish the command.

What about the keys, on the bottom-right of the window, staying until either an input, or canceling? This is what it looks like after hitting `m` to open the Match...

Switched to conditional compilation and tested on Windows and Ubuntu (WSL). Everything seemed to work as intended.

> @estin Not sure if it is problem in your PR specifically, but I notice a strange behavior with the `.` operation, and I can reproduce it on `master` with...