Jonathan Hayase
Jonathan Hayase
> Yes. The highlighting itself is added in `company-fill-propertize`, based on what `match` returns. It looks like `company` is highlighting in the same manor as the completion style. One range...
> Does it exist for the "partial completion" style, then? In practice, it does, even though it highlights different substrings in different candidates. The problem with highlighting the region from...
Hi there. So far, this works really well, with the following caveats: - The current prefix also shows as a candidate, which is not a useful completion. - The message...
@cartolari it seems that the snippet you originally posted is gone now. Do you still have it?
> I was trying to look into it, but I can't actually find any examples of code that calls a function named capf or completion-at-point in the other company.el code...
Thanks for the report! I don't use `go`, but I'll take a look when have a few spare moments. Often strange things happen in completions systems.
Hey, sorry it's taken me so long to get back to you. This is a very similar issue to https://github.com/PythonNut/company-flx/issues/17. And my response there is also applicable here.
It would also be really nice if `select_rel` worked when opening an individual file.
> I think a better solution to this would be to expose virtual files with the correct extension for the corresponding exportable mime-types. > > For instance, if we have...
As far as I can tell, the current code includes the changes @arniotis proposed. Is this issue resolved?