Copilot doesn't play well with regular autocomplete/Intellisense #11156
Replies: 11 comments 2 replies
-
|
@zenhorace Thanks for your feedback! Which editor or IDE are you using? |
Beta Was this translation helpful? Give feedback.
-
|
I have the same quibble too, using VSCode with the rust-analyzer extension. I've noticed that it's a bit of a race condition. If Copilot makes its suggestion first, then I won't get regular autocomplete suggestions. However if I'm getting autocomplete suggestions, Copilot won't make any recommendations. |
Beta Was this translation helpful? Give feedback.
-
|
Plenty of people already mentioned this. Prob upvote one of those. #9430 |
Beta Was this translation helpful? Give feedback.
-
|
Visual Studio 2022 ... ditto. I want to see the members of the class, but Copilot prevents me. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue on Visual Studio Code, I use the same solution... I've seen the same issues on IntelliJ |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem with VS 2022. Is there any plan for fixing this? Copilot is pretty useless if we can't access our built in IntelliSense... |
Beta Was this translation helpful? Give feedback.
-
|
@zenhorace, thank you for sharing your workaround! It has been quite helpful. I've discovered a slight variation that seems to work consistently without the need for rapid typing: first delete the |
Beta Was this translation helpful? Give feedback.
-
|
Annoyingly, Copilot X also steals the Cmd+I keybinding, which used to open the intellisense menu. |
Beta Was this translation helpful? Give feedback.
-
|
It's amazing that it has been more than 1 year since and this still has not been addressed. My only option is to not use Copilot on a per-workspace basis. |
Beta Was this translation helpful? Give feedback.
-
|
This is still a MAJOR issue. Basically - copilot is giving suggestions that don't match names of stuff in my code and IntelliSense is giving NOTHING at all. |
Beta Was this translation helpful? Give feedback.
-
|
Backspace on the dot followed by escape involves both pinkies followed by an awkward re-dot. Much better would be single tab for intellisense and double tab for copilot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into an issue while using Copilot, where it seems to compete with regular autocomplete/IntelliSense extension for the language. For example, when using Go, if I do
fmt.I either get the list of methods on that package as usual or I get some suggestion by Copilot. In the case of the latter, if the function that Copilot selected isn't what I want (or if I actually want to scan available methods), I have to do a quick sequence of esc -> backspace (to delete the period) -> . and hope I do it fast enough that IntelliSense shows up before Copilot reengages.If there's a better way, please let me know 🥺
If there isn't, please consider having Copilot play well with existing IntelliSense 🙏🏽
Beta Was this translation helpful? Give feedback.
All reactions