Change - PyCharm

Created on Sept. 19, 2012, 5:59 p.m. by Hevok & updated on Oct. 14, 2012, 9:43 p.m. by Hevok

PyCharm is an excellent editor/IDE (Interactive Development Environment) for Python and Django, hence also for Denigma.

Renaming classes, methods and variables

PyCharm automates renaming of objects at all places where they are used. Position the editor caret at any symbol and press Shift+F6(Refactor | Rename). Input the new name and confirm with Enter.

It is possible to browse all the places where the variable is used and press Do Refactor button to finish the renaming operation.

Valid parameters

Placing the cursor between the parenthesis of a method call an pressing Ctrl+P brings up a list of valid parameters.

Changing Style

Ctrl+Backspace+Quote allows to quickly change the coding highlighting style color schema.

Line Selection

If nothing is selected and then Ctrl+c is pressed, the whole line gets selected.

Tags: tutorial
Parent: Tutorials

Comment: Updated Entry

Comment on This Data Unit