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?
Asked
Active
Viewed 198 times
1
-
What do you mean by *scratch* files ? – Dinko Pehar Sep 16 '19 at 06:56
-
[Scratch files](https://www.jetbrains.com/help/pycharm/scratches.html) are simply files available in all projects for quick drafts residing in `~/Library/Preferences/
– komodovaran_ Sep 16 '19 at 07:23`, so in essence I want to enable Kite for this directory specifically. -
Maybe try `File->Settings->Project:project_name->Project Structure` and select `Add Content Root` ? – Dinko Pehar Sep 16 '19 at 07:39
-
Doesn't work, unfortunately. Kite ignores this entirely. – komodovaran_ Sep 16 '19 at 08:45
1 Answers
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