Skip to content

Commit 7b91863

Browse files
Merge pull request #11 from alexandrevilain/fix/clarify-kilocode-suggestions
Update README.md
2 parents 2c69fe0 + c7accab commit 7b91863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Although it's a complete rewrite from scratch, it draws significant inspiration
1313

1414
Several popular tools either dropped or lack support for pure AI-powered autocomplete:
1515

16-
1. **KiloCode** removed support for this feature in [PR #1565](https://github.com/Kilo-Org/kilocode/pull/1565) in favor of Inline Assist which is great but doesn't provides real-time suggestions as it should be manually triggered.
16+
1. **KiloCode** removed support for this feature in [PR #1565](https://github.com/Kilo-Org/kilocode/pull/1565) in favor of Inline Assist, which is great but doesn’t provide real-time suggestions since it must be manually triggered. A new “Auto trigger” option was later added to automatically launch Inline Assist when you stop typing, which can be handy for quick fixes. However, it feels too intrusive for autocomplete use cases, as it displays a diff rather than inline, seamless suggestions.
1717
2. **RooCode** and **Cline** currently don't offer AI-driven autocompletion.
1818
3. **GitHub Copilot Chat** is open-source, but **Copilot's autocomplete** remains proprietary—no custom provider support.
1919
4. **Continue** had a stellar autocomplete feature, but the project's scope includes too many unrelated features.

0 commit comments

Comments
 (0)