Genio icon indicating copy to clipboard operation
Genio copied to clipboard

Autocompletion: hitting double colon doesn't show hints

Open jackburton79 opened this issue 1 year ago • 2 comments

When writing a class name and "::" I'd expect autocompletion window to show class methods, like when I hit "->" or ".".

jackburton79 avatar May 28 '23 16:05 jackburton79

The list of characters triggering the autocompletion list is declared by the LSP itself. At the moment Genio is using that list without any changes (I also would like to remove the * and / from that list). We should implement a way to overwrite this settings for each LSP server configuration.

Freaxed avatar Dec 23 '23 22:12 Freaxed

Any chance we can do something about it for the 3.0 milestone?

jackburton79 avatar Jun 01 '24 09:06 jackburton79