pycharm - Serbipunk/notes GitHub Wiki
copy to clipboard
ctrl + insert & shift + insert
https://stackoverflow.com/a/58109695
previous / next cursor
alt + shift + [left] / [right]
sys.path.insert
into indexing
add setting -> Project:XXX -> Project Structure
alleviate collecting data
https://blog.csdn.net/discoverer100/article/details/99501027
disable pytest
exclude indexing certain dir
add args
Run -> Edit Configuration
https://blog.csdn.net/congcongnanian97/article/details/107943248
add additional folder to PYTHONPATH
Adding interpreter paths in PyCharm:
Project Settings/Project Interpreter: select "settings" icon
Project Interpreters: select "tree" icon
Interpreter Paths: select "plus" icon
https://stackoverflow.com/questions/48947494/add-directory-to-python-path-in-pycharm
set project src dir
Settings > Project > Project Structure
https://stackoverflow.com/questions/34304044/pycharm-current-working-directory
code format
https://www.jetbrains.com/help/pycharm/reformat-and-rearrange-code.html
Ctrl+Alt+L