1

While it works fine for "normal" files, it's not even showing up in the status bar of PyCharm for scratch files. How can I enable this?

komodovaran_
  • 1,940
  • 16
  • 44

1 Answers1

2

Scratch files are currently ignored by the Kite PyCharm/IntelliJ plugin. Recent enhancements of the Kite engine now allow to support this kind of file. It will be implemented in the plugin soon.

Joachim A.
  • 38
  • 2