How do I get back scratch files I closed ?
Answered
Say you create a scratch file. It's named "scratch.9". When I close this scratch file, how can I get back the content ? I can't find a view of recent scratch files.
Many thanks
Please sign in to leave a comment.
You can't. Use this plugin: https://plugins.jetbrains.com/plugin/4428?pr=idea
ok, thanks
:)Does that mean that the file is not even somewhere in the depths of IDEA's temp files dir?
You can find them in intellij config folder. In my case (using PyCharm) here: `~/.PyCharm2019.3/config/scratches/scratch_1.py`
We can also access them directly from the
Project Tool Window
:Please follow the link for getting more information.
Great tip @Egor
This was enough for me to back to my old IDE, there right from the termnal I can open any file and it loads in the IDE for editing.
Egor Klepikov