PyCharm: Difference between revisions

From David's Wiki
m David moved page Pycharm to PyCharm
No edit summary
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.

Revision as of 19:51, 2 September 2020

Pycharm

Change Comment Style

Goto:

Settings | Tools | Python Integrated Tools | Docstring format

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 Mark Directory As -> Excluded so that it won't back it up.