Closes [1729](https://github.com/longbridge/gpui-component/issues/1729) ## Description Adds support for inline completions, which allows the editor to support agentic "tab to complete" solutions. This works, (tested macOS), but not sure of any gotchas or different approaches. ## Screenshot https://github.com/user-attachments/assets/8e437f1e-9792-4417-b070-0a1dd8de6024 ## How to Test User implements the `inline_completion` method in CompletionsProvider. Not implementing should have no effect. ## Checklist - [x] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document and followed the guidelines. - [x] Reviewed the changes in this PR and confirmed AI generated code (If any) is accurate. - [x] Passed `cargo run` for story tests related to the changes. - [ ] Tested macOS, Windows and Linux platforms performance (if the change is platform-specific) --------- Co-authored-by: Jason Lee <huacnlee@gmail.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| brush.rs | ||
| dock.rs | ||
| editor.rs | ||
| html.rs | ||
| large-text.rs | ||
| markdown.rs | ||
| tiles.rs | ||
| webview.rs | ||