Teach you how to Sublime 3 dozen to create Python/django IDE development tool _python

Source: Internet
Author: User
Tags sublime text git commands

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 the Package control:install Package carriage return, enter the Package name and return to install:

Anaconda

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 Will.

Topic 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 (note dependencies), 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 ': true, ' 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_plugins ": false," drag_t
  Ext ": false," Draw_white_space ":" Selection "," Ensure_newline_at_eof_on_save ": True," fallback_encoding ":" UTF-8 ", "Font_face": "Ubuntu Mono", "font_size": "Highlight_line": True, "Highlight_modified_tabs": true, "Ignored_pa
  Ckages ": [" vintageous "," Vintage "]," indent_guide_options ": [" draw_active "," Draw_normal "], 
  "Indent_to_bracket": True, "Line_padding_bottom": 1, "Line_padding_top": 1, "Preview_on_click": false, "rulers": [A], "scroll_past_end": True, "shift_tab_unindent": True, "show_encoding": True, "Tab_size": 4, "tr Anslate_tabs_to_spaces ": True, "Trim_automatic_white_space": True, "Trim_trailing_white_space_on_save": True, "Word_wrap": true, "Wrap_wid
 Th ": 120}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.