llm-intellij icon indicating copy to clipboard operation
llm-intellij copied to clipboard

Debounced inline provider

Open mankra opened this issue 1 year ago • 0 comments

I changed the InlineProvider to a debounced version, so that there are not unnecessary completion requests.

The delay is configurable via the settings page, but gets active after (!) the next completion request, because it was the easiest implementation for me. ;)

mankra avatar Feb 01 '24 15:02 mankra