PyCharm: Difference between revisions

m David moved page Pycharm to PyCharm
No edit summary
 
(One intermediate revision 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.