llm-intellij
llm-intellij copied to clipboard
Debounced inline provider
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. ;)