Copilot cannot offer suggestions in between words / code #69002
Unanswered
Maxiviper117
asked this question in
Copilot
Replies: 1 comment
-
I am still very interested in this feature. Is there any update? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Body
Copilot Suggestion Limitations
Currently, Copilot seems to have specific behavior when offering suggestions based on the cursor's position. This behavior seems more restrictive in certain scenarios.
Current Behavior
Suggestions In-Between Words: Copilot does not provide suggestions when the cursor is placed in the middle of a line or a statement.
Suggestions at End of Line: Copilot does offer suggestions when the cursor is at the end of a line.
In-Code Limitations: The same restriction applies to code. However, exceptions occur when the cursor is placed between specific code characters.
(...)
:Comparison with Codeium
In contrast, another AI code completion tool named Codeium seems to handle these scenarios more flexibly.
In-Between Word Suggestions: Codeium can provide suggestions even when the cursor is placed in the middle of words.
Code Suggestion Capabilities: It also offers more intuitive suggestions in places where Copilot appears to be limited.
Would be nice if Copilot could do this.
Beta Was this translation helpful? Give feedback.
All reactions