zed icon indicating copy to clipboard operation
zed copied to clipboard

Separate tab behavior from inline completion

Open raphaelluethy opened this issue 9 months ago • 1 comments

This PR allows for the complete separation of the Tab key and the inline completions provided by Copilot or Supermaven.

Contributors: Thanks again to @ConradIrwin for the co-session!

Release Notes:

  • Added editor::AcceptInlineCompletion action (bound to Tab by default). To prevent accepting inline completions with tab, add {"context": "Editor && inline_completions", "bindings": {"tab": "editor::Tab"}}. (Fixes #6788)

raphaelluethy avatar May 21 '24 16:05 raphaelluethy

Warnings
:warning:

This PR is missing release notes.

Please add a "Release Notes" section that describes the change:

Release Notes:

- (Added|Fixed|Improved) ... ([#<public_issue_number_if_exists>](https://github.com/zed-industries/zed/issues/<public_issue_number_if_exists>)).

If your change is not user-facing, you can use "N/A" for the entry:

Release Notes:

- N/A

Generated by :no_entry_sign: dangerJS against 12d6faecba33e016f2f5551c8b2bf83b167ac95e

zed-industries-bot avatar May 21 '24 16:05 zed-industries-bot

Can you do those changed on the PR? Since I have no idea how to do that 😅

raphaelluethy avatar May 21 '24 20:05 raphaelluethy