will Sublime 3 to make the Python/django IDEAuthor: Desmond Chen, Release date: 2014-07-02, Modified: 2014-07-02
Sublime text is a very powerful text editor, below we introduce how to Sublime text 3 dozen Create a Python/django development tool: 1. Install Sublime Text 3
Although the current Sublime 3 is still in beta, it has been very stable and has increased speed than Sublime 2. Sublime 3 can be downloaded and installed on the website. Sublime is free software, but if you have enough financial means, you can consider buying to support it. 2. Install Package Control
Sublime Package control can be said to be installed Plug-ins, because it provides a convenient installation/upgrade/Remove Sublime Plug-ins function, installation method see Package control website.
Once installed, you can use the shortcut key ctrl+shift+p (Win, Linux) or cmd+shift+p (OS X), where Package control: The beginning of all of its related commands, the most common may be the Package control: Install Package, Package control:remove Package, Package control:list these commands. 3. Recommended installation of Plug-ins
You can now install additional plug-ins using the Package control. Using the shortcut key ctrl+shift+p (Win, Linux) or cmd+shift+p (OS X), enter Package control:install Package carriage return, enter Package name and return to install: Anac Onda
Anaconda is currently the best Python auto complement and syntax prompt plugin in Sublime 3, and provides features such as "Jump to Definition", "Find Use", "Show Document", "Auto Rename", and so on. Djaneiro
Provides support for Django. sidebarenhancements
Provides enhanced functionality for the default sidebar. Sublime Sidebar can be ctrl+k ctrl+b (Linux, Win), Cmd+k cmd+b (OS X) by using the shortcut keys. After installation, you can also open the current file in the browser by using the F12 key.
Git Related
We need to install Sublimegit and Gitgutter, which can help us to use git commands in Sublime (via Ctrl+shift+p or cmd+shift+p), which shows git differences in gutter at edit time, very square Subject- related
Theme-soda and Monokai Extended, set to use in user settings after installation:
"Color_scheme": "Packages/monokai Extended/monokai extended.tmtheme,"
"theme": "Soda Dark 3.sublime-theme",
Other plugins
can also install Emmet, Sublimelinter (attention dependency), ColorPicker, Gitignore plug-ins 4. Set
The following are recommended settings that can be copied and pasted into the user settings, noting that font files need to be installed in advance:
{"Always_show_minimap_viewport": True, "Auto_complete_commit_on_tab": false, "auto_find_in_selection": t Rue, "Bold_folder_labels": True, "Color_scheme": "Packages/monokai Extended/monokai extended.tmtheme", "theme" : "Soda Dark 3.sublime-theme", "default_line_ending": "Unix", "detect_indentation": false, "detect_slow_plugin S ": false," Drag_text ": false," Draw_white_space ":" Selection "," Ensure_newline_at_eof_on_save ": true," FA Llback_encoding ":" UTF-8 "," Font_face ":" Ubuntu Mono ",