Show labels in manual mode
Problem
Currently, when using neocodeium with manual = true, there is no way to know when completions are available
Expected behavior
It would be great if the gutter label would still show up in manual mode, indicating that completions are available, but the completions wouldn't pop up automatically
Because they are not available. User triggers a request to the server only manually, that's why if suggestions are not cached it will take some time to show them.
Not sure if it is wise to show it in any case, but I was thinking about processing requests at background and just not showing virtual text in manual mode. Personally, I don't use manual mode so it never bothers me.
Not sure if it is wise to show it in any case, but I was thinking about processing requests at background and just not showing virtual text in manual mode
I basically want something like the "quiet mode" in Zed, where it shows an icon if AI completion is available, but doesn't show the completion itself until you press a key.
I will implement this feature, but I think that I can be busy (maybe not) on this weekend, so will take some time.