carlrobertoh / CodeGPT

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free
https://codegpt.ee
Apache License 2.0
885 stars 184 forks source link

Option to disable code completions #588

Closed mrsimpson closed 1 month ago

mrsimpson commented 1 month ago

Describe the need of your request

When working with the plugin, completions are mostly much less good than the IDE's inbuilt suggestions.

Proposed solution

As also proposed in a review: Just add an option to the settings to not trigger completion

Additional context

From another review

I want to disable 2 options: "enable code completions" because I'm happy with IDE completions, I don't need this "check for new screenshots", as I don't want this plugin to touch any files on my laptop And I can't! During this month, I've disabled them at least 10 times, and they are returning back again and again. It becomes very annoying.

mrsimpson commented 1 month ago

Found the option myself: It's configured per provider, which absolutely makes sense 👍

Bildschirmfoto 2024-06-03 um 15 15 46

Well done, @carlrobertoh