With github copilot installed in intellij, how do I type a tab?

Viewed 502

if the copilot plugin suggests a completion, tab gives me the completion.

How do I ignore the completion and just get a tab (e.g. to indent a line in Python)?

1 Answers
Related