Exafunction / CodeiumJetBrains

Codeium JetBrains Plugin
MIT License
41 stars 13 forks source link

Make Chat Inlay Hints Async #5

Closed nicholasmoy closed 3 months ago

nicholasmoy commented 6 months ago

Currently, Inlay hints are fully synchronous, which blocks the UI thread while parsing the open file to detect functions (example).

This can take a long time especially for longer files. We should make inlay hints asynchronous