llm-intellij
llm-intellij copied to clipboard
LLM powered development for IntelliJ
Are there any plans to upgrade this extension as well?
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...
Own ProcessHandler with correct options, so that it does not get killled by idea after some time
Hi! If i try to install this plugin into my PHPStorm, i get this error: ``` Plugin 'LLM' (version 0.0.2) was explicitly marked as incompatible with the current version of...
Hi I finally got it working and I'm going to share my step by step to make this work. #### My system: RTX 3060 12GB CUDA 12.1 Windows 10 PHPSTORM...
I changed the `runCommand` part to kotlin/java code, so that the `llm-ls` download also works under windows, and if `curl` is not installed (newer Ubuntu verions). It also respects proxy...
Adding adaptors here, as per https://github.com/huggingface/llm-ls/pull/40
When setting a option like `` it would be ignored. Currently the [llm-ls](https://github.com/huggingface/llm-ls/releases/tag/0.4.0) release for windows only returns 2 files: ``` llm-ls.exe llm_ls.pdb ``` inducing user error of setting the...