continue icon indicating copy to clipboard operation
continue copied to clipboard

Trigger key for autocomplete in JetBrains

Open sestinj opened this issue 1 year ago • 4 comments

Validations

  • [x] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [x] I'm not able to find an open issue that requests the same enhancement

Problem

As is possible natively in VS Code, it would be nice to have a trigger key for autocomplete: https://docs.continue.dev/customize/deep-dives/autocomplete#can-i-configure-a-trigger-key-for-autocomplete

Solution

No response

sestinj avatar Jan 23 '25 17:01 sestinj

I agree that we need a manual trigger key for code completion in JetBrains. The current automatic completion doesn't always work when needed. A shortcut key to trigger completion manually would be very useful.

lamcodes avatar Feb 09 '25 13:02 lamcodes

I fully support this request! This feature would be incredibly useful and would enhance the workflow significantly. Are there any updates on whether this is being considered for implementation? I’d love to see this move forward!

Additionally, an indicator showing when autocomplete is being loaded would also be a great improvement. Would love to hear any thoughts on this

Trinkes avatar Feb 21 '25 11:02 Trinkes

This would be useful. I dislike having the AI assistant constantly bombarding me with suggestions, but very much like to flow of "press a button to get the next few lines suggested to me" when I want. It would also save energy when I'm only prompting the model when I want, instead of on pretty much every button press. Until then, I'll keep autocomplete disabled completely and stick with the inline edits

spaasis avatar Mar 18 '25 18:03 spaasis

This is important for me. The plugin's auto-completion is too aggressive. It constantly suggests things I don't need, especially during editing or deletion. The suggestions appear and shift the code, making simple tasks difficult and frustrating. Disabling auto-completion constantly isn't practical.

Furthermore, it fails to suggest things when I actually do need them in specific contexts. For instance, public override string ToString() =>; pressing space between >; does not trigger a suggestion because jetbrains suggestion overrides It I believe. Here how It looks like if I hit space between >; Image

It's really annoying to fight against the plugin in order to suggest something I'd love an option, perhaps tied to a key command, to manually trigger suggestions only when needed.

portlek avatar Apr 25 '25 11:04 portlek

This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.

github-actions[bot] avatar Aug 05 '25 02:08 github-actions[bot]

Yes I would still love this feature!

JoshLoecker avatar Aug 06 '25 00:08 JoshLoecker

@exigow - with our cutover to the inline completions API is this a built-in feature?

Patrick-Erichsen avatar Aug 12 '25 20:08 Patrick-Erichsen

Hey @Patrick-Erichsen, that's correct, it's fixed in https://github.com/continuedev/continue/pull/6947 (autocomplete can be manually triggered with Ctrl + Space)

exigow avatar Aug 13 '25 11:08 exigow