PyCharm: Difference between revisions

Created page with "Pycharm ==Change Comment Style== Goto: <pre> Settings | Tools | Python Integrated Tools | Docstring format </pre>"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Pycharm
PyCharm


==Change Comment Style==
==Change Comment Style==
Line 6: Line 6:
Settings | Tools | Python Integrated Tools | Docstring format
Settings | Tools | Python Integrated Tools | Docstring format
</pre>
</pre>
==Caching==
PyCharm will backup your code so that you can restore deleted files. 
However, if you keep data in your project directory, it will also backup your data. 
To prevent this, right-click your data and goto <code>Mark Directory As -> Excluded</code> so that it won't back it up.