Sublime Personal python Configuration

Source: Internet
Author: User

This is my personal sublime text3 python configuration scheme (the method is from the Internet, some from the official website). Every configuration I will try to give the source.

Package Control First

Sublime Text 3 Install the package Control

Installing SUBLIMEREPL
  1. Ctrl+shift+p type Install packages;

  2. Wait a moment and then type SUBLIMEREPL to install;

  3. You can see the effect by looking at the options Tools->sublimerepl->python.

Keyed bindings

Of course, every time through Tools->sublimerepl->python this way is more cumbersome

It will be much easier to bind such an operation to a key like F1.

e.g. open the Preferences->key bindings-user and copy the code:

{"keys":["f1"],"caption": "SublimeREPL: Python","command": "run_existing_window_command", "args":{"id": "repl_python","file": "config/Python/Main.sublime-menu"}}

Sublime Personal python Configuration

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.