4

I am trying to use github copilot in a jupyter notebook in vscode. It is working great so far, but the short cut to get 10 more recommendation which is "Ctrl + Enter" is already taken in jupyter notebooks to execute the current cell. Is there a recommended solution for this (I assume very common) problem or do I have to creat custom shortcuts?

Maximilian Jesch
  • 623
  • 7
  • 16

1 Answers1

3

Yeah, there is an easy solution for that.

Simply open your command palette using F1 or Ctrl+Shift+P. Than enter "Open Github Copilot" and the suggestion tab will open: enter image description here

The Output will look as follows: enter image description here

Dharman
  • 30,962
  • 25
  • 85
  • 135