PyCharm: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 9: Zeile 9:
 
** Alt + Space + Space - shows all intended files.
 
** Alt + Space + Space - shows all intended files.
 
** Cyclic Expand Word - see shortcut in the keymap settings
 
** Cyclic Expand Word - see shortcut in the keymap settings
** Ctrl + Alt + Home - go to Related Files
+
** 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"
 +
* [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==
Zeile 18: Zeile 23:
 
===Navigation===
 
===Navigation===
 
* [http://stackoverflow.com/a/15781866/2510374 Show line numbers]
 
* [http://stackoverflow.com/a/15781866/2510374 Show line numbers]
 +
 +
===Spelling===
 +
* [https://chukovskij.wordpress.com/2010/04/27/install-russian-spellchecker-dictionary-for-intellij-ide/ Add dictionary]
  
 
==Virtualenv==
 
==Virtualenv==
Zeile 27: Zeile 35:
 
** e.g. DB URL: jdbc:mysql://localhost/databasename
 
** e.g. DB URL: jdbc:mysql://localhost/databasename
 
* [https://www.youtube.com/watch?v=P3C0iO1yqhk Database Tools and SQL Support in IntelliJ IDEA]
 
* [https://www.youtube.com/watch?v=P3C0iO1yqhk Database Tools and SQL Support in IntelliJ IDEA]
 +
 +
[[Category: Software]]

Aktuelle Version vom 6. September 2013, 17:16 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

Navigation

Spelling

Virtualenv

Databases