Allow changing the TAB shortcut for complete to something else like CTRL+TAB to allow TAB to... well TAB in
As it stands currently if you want to be able to hold the Option key to view the full preview you have to enable "Accept suggestions with Tab" from the Advanced Copilot for Xcode Settings. Doing this however makes actual Tabs impossible to do as tabbing with the tab key will always accept the suggestion. We already have options in Xcode to accept suggestions with Copilot (mine has been changed to CTRL + TAB but it doesn't stop Tab being used as well). If you disable the "Accept suggestions with Tab" option then it does fix the TAB override and you can still accept the full option but the Option key will no longer show the full suggestion and therefore you can't accept it with Option + TAB.
Ideas to solve this would be to have either the option to show/accept full suggestions being separated from the tab option or maybe option in Copilot's Setting to change the Tab shortcut to something else (ideally user selectable but at least something like CTRL + TAB).
I don't think they can. Since Xcode 16, Apple decided to break the already miserably broken IDE by replacing tab with Enter key so tab can be used for their useless not so "predictive code completion".
trust me, I've been searching for weeks to see if this can be changed.
+1 https://github.com/intitni/CopilotForXcode allows this, so it's definitely possible, and, imo, a much better experience.
https://github.com/github/CopilotForXcode/blob/82d3232bb488056a909b8cc187cd335697fc466a/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift#L161
Is the relevant code path for modifying tab completion
+1 https://github.com/intitni/CopilotForXcode allows this, so it's definitely possible, and, imo, a much better experience.
where is this screen capture from? doesn't looks like Copilot to me.