Python Development tools Pycharm personalization, including setting the default Pycharm parser, setting the indent as a tab, setting the IDE skin theme, etc., please refer to the use of it.
|
JetBrains Pycharm Pro 4.5.3 Chinese Professional Edition |
- Authorization: special software
- Type: foreign software
- language: Simplified Chinese
- size:197.79 MB
- Date: 2015-07-10
- Environment: WinXP, Win2008, Win7, Win8
|
Download |
1. Set the default Pycharm parser:
The operation is as follows:
Python–>preferences–>project Interpreter–>python Interpreter Click on the "+" sign to select the system-installed Python.
Then go back to Project interpreter and select the interpreter you just added.
2. Set the Indent Character to tab tab "tab"
File--Default Settings, Code Style
"Use tab character"
Python---Tick "use tab character"
Other language codes set up similarly
3. Set the IDE skin theme
Settings, appearance, Theme, IDE, Settings, File----select "Alloy.idea Theme"
4. Show "line number" and "White space character"
Editor, Settings, IDE Settings, File----appearance
--tick "show line Numbers", "Show Whitespaces", "Show method Separators"
5. Set the editor color and font theme
Settings, Editor, Colors & Fonts, Settings, IDE, File----select "Darcula"
Description: First select "Darcula", and then "Save as" a copy, named "Qianyunlai.com", because the default theme is "read-only", some font size color can not be modified, copy one of the rear can be modified!
Modify Font Size
"14", Settings, Colors & Fonts, Editor, Settings, IDE, File,
6. Remove default Folding
Collapse by default, Code folding, Editor, IDE Settings, File--
7. "Code AutoComplete" time delay setting
Code completion, Editor, IDE Settings, File, Settings
-Auto code completion in (MS): 0
Autopopup in (ms): 500
8. Modify the IDE shortcut key scheme
IDE Settings, Settings, File--Keymap
The system comes with several shortcut key schemes, such as "Defaul" in the drop-down box, "Visual Studio", which is useful when looking for bugs, "NetBeans 6.5", "Default for GNOME" and so on,
Because the eclipse scheme is more popular, the individual uses more, and eventually "Eclipse" is selected.
There are a couple of common shortcuts that are not the same as eclipse, and in order to be able to modify it, you have to copy the Eclipse solution first:
(1). Code hint function, the default is "Ctrl + Space", now instead of eclipse, namely "alt+/"
Main menu, code, completion, Basic, set to "alt+/"
Main menu, code-completion, Smarttype, set to "alt+shift+/"
But "alt+/" by default is also
Main menu, code---completion, Basic---Cyclic Expand Word occupies, first delete it again (right click Delete)!
(2). Close the current document, the default is "Ctrl+f4", now instead of eclipse, namely "Ctrl+w"
Main menu, window, active Tool window, Close active Tab, set to "CTRL+F4";
Main menu, Window, Editor, and Close, set to "ctrl+w";
This article transferred from: http://www.7down.net/article/39359.html
Python Development tools Pycharm personalization (illustrated) by the 7th download organized and published, welcome reprint!
Python Development Tools Pycharm personalization (plot)