I am a paying subscriber of Github Copilot
I have the Copilot extension installed, and I’m authenticated with GitHub
When I hit enter, I see the “⌘L to chat, ⌘k to generate” where I would expect to see the Copilot suggestion. I then have to hit TAB to get that to go away, and it will show me the Copilot suggestion, which I can then TAB again to accept.
Is this the intended behavior? I would expect the Copilot suggestions to automatically show when I go to a new line like they do in VSCode. Is there any way to make it work like this in cursor?
yeah " suggestions to automatically show when I go to a new line " is the default behavior.
it’s also like that for me in cursor.
maybe your problem is related to network connection?
if not then in the setting and keyboard shortcuts you can set a shortcut for copilot “editor.action.inlineSuggest.trigger” so when you press that it manually trigger it.
but as you said the normal behaviour is for suggestion to appear automatically.