Well I forgot to add that I've checked out what LSP is about but I'm afraid it doesn't address my question/request/suggestion. I don't work with that thing, I'm only doing local development. It's not about the _contents_ of the completion list either, only about the _order_ in which the menu is printed out, which, I assume uses GTK primitives; so in this case I assume it only consists in building the menu with the list of suggestions scanned in reverse order, like `std::for_each` would do with `std::rbegin` and `std::rend` (I know Geany is C not C++, this is for the sake of the illustrating my point).
Anyway. I'll try to have a look at the code and come up with a patch. I have no idea how long that will take me. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4424#discussioncomment-15542276 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4424/comments/[email protected]>
