Andrii Kolomoiets

Results 92 comments of Andrii Kolomoiets

@davidhalter What do you say about this one? Is Jedi interested in returning something like `class_variable` as the type of the `x` and `y` instead of `statement`? Thanks in advance.

> From my experience using this LS for a while: > > 1. Just remove the plaintext completions for functions/methods, we have snippets. Maybe completion must be moved before plaintext...

> OK, can we get the snippet variants above the non-snippet variants for functions then? Check out `completion_snippet_first` configuration option in the recent master. > I understand that. It's just...

Can't reproduce on recent Emacs version: ``` GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.6) of 2022-05-10 ``` `C-g` close mini-frame as expected. Under Gnome Shell...

@gramanas Are you on wayland as well?

It's by design. Terminal Emacs doesn't play nicely with child frames, so mini-frame is disabled [on non graphical displays](https://github.com/muffinmad/emacs-mini-frame/commit/21821155df9e603790132de6062068b938157260).

But in case the point is near the bottom of the frame, we want to show the mini-frame above the point, right? I've done point related child frame positioning in...

> I can press `C-o` when I have an item selected in ivy to see some alternate actions For me it's `M-o`. > So I'm unable to do any alternate...

Hi! AFAIK `ivy-posframe` is targeted to show minibuffer in child frame for only ivy-based commands. `mini-frame` is targeted to show the minibuffer in child frame for all commands that reads...

Alongside with great @BooAA answers, my few comments. > So `mini-frame` has more features. I'd like use `mini-frame` instead of `ivy-posframe` according you described above. At the time I made...