PyCharm: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Use) |
(→Use) |
||
Zeile 11: | Zeile 11: | ||
** Ctrl + Alt + Home - go to Related Files, go back with Show Usages. | ** Ctrl + Alt + Home - go to Related Files, go back with Show Usages. | ||
** Open "Enter file name" and type "ve\js" - this searches all "js" files within a directory that contains the string "ve" | ** Open "Enter file name" and type "ve\js" - this searches all "js" files within a directory that contains the string "ve" | ||
+ | * [http://johnlindquist.com/2012/08/14/ace_jump.html AceJump] -> Ctrl + , and chose a character for jump | ||
+ | * [https://www.youtube.com/watch?v=GEwjDeof1ak Get out of my way] - hide unneeded UI elements. | ||
+ | ** View-> hide the toolbars | ||
+ | * [https://www.youtube.com/watch?v=DvwwbMTK0N8 File Templates], [https://www.youtube.com/watch?v=ZxaVNGSax80 Live Templates] | ||
==Settings== | ==Settings== |
Version vom 23. August 2013, 19:28 Uhr
https://www.jetbrains.com/pycharm/ is a Python and Django IDE
Use
- Speed Tricks by John Lindquist
- Alt + Space + Space - shows all intended files.
- Cyclic Expand Word - see shortcut in the keymap settings
- Ctrl + Alt + Home - go to Related Files, go back with Show Usages.
- Open "Enter file name" and type "ve\js" - this searches all "js" files within a directory that contains the string "ve"
- AceJump -> Ctrl + , and chose a character for jump
- Get out of my way - hide unneeded UI elements.
- View-> hide the toolbars
- File Templates, Live Templates
Settings
Browsers
- Settings->Web Browsers
- /usr/bin/chromium-browser
Virtualenv
- Establishing Dev environment with PyCharm + Virtualenv for Django development
- You need to select "Python Interpreter" in those preferences panel and press "Add New" > "Select other" in the top right corner. After that you need to point out to your "virtual-environment directory > bin > Python executable". PyCharm will scan for environment and connect it to where needed.
Databases
- Pycharm Setting up Mysql Database Driver
- e.g. DB URL: jdbc:mysql://localhost/databasename
- Database Tools and SQL Support in IntelliJ IDEA