continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.73k stars 1.74k forks source link

[CON-262] Jetbrains autocomplete rewrites ending parentheses and other text #2130

Open sestinj opened 3 months ago

sestinj commented 3 months ago

Before submitting your bug report

Relevant environment info

- OS:*
- Continue:*
- IDE:Jetbrains

Description

Because JetBrains doesn't automatically do parenthesis matching like VS Code, problems like rewriting parentheses happen. The solution is that we need to calculate the diff ourselves

https://discord.com/channels/1108621136150929458/1277642142658990140

To reproduce

No response

Log output

No response

CON-262

tobiajung commented 1 month ago

Any progress on this topic?