Tobias Pisani
Tobias Pisani
Yes, i use a fzf split - i dont know why i like it better, and i may try the default lsp-menu again. I usually dont even use the fuzzy...
An idle timer on sending the didChange events helps a lot for this and other things. I think this is the correct way to do it. It should probably be...
hmm, dont really think that's necessary - we should just expand the above patch a bit (mainly to not refresh the entire buffer each time, we need to collect the...
yeah, i thought about this as well, id like to use especially the docs child frame and xref-peek - i think waiting a bit makes sense
With #3683 this behavior is scriptable. See my comment for an example
I definately get your concern with display based movements, however, i think it is important enough to figure out a solution. a rendering system, like for asciidoc is great, but...
I'll take a look at implementing this better some time. Your aproach to hidden text sounds very reasonable!
To simplify it, it also happens without calling a command, and without using a mapping> - execute `i:exec t`: one `t` is inserted - execute `.`: `tt` is inserted -...
For some further testing of my implementation, I decided to implement keymaps as well. They are implemented the exact same way as the hooks are described above.
Wow yes, that _is_ surprisingly similar! I do understand the reasoning in not pursuing it further initially, however, I think it becomes very valuable especially when used more for minor-mode-style...