Python compiler sublime Text3 installation and configuration

Source: Internet
Author: User
Tags sublime text

    1. Summary: Sublime Text is one of the most popular editors in the developer, versatile, multi-lingual, and very popular in the developer community. Sublime has its own package manager, developers can use TA to install components, plugins and additional styles, all of which can improve your coding experience.

    2. Installation: Website address http://www.sublimetext.com/Download

    3. Installation of the Chinese plug-in

      Preferences->package control->install Package->chinese keyword

    4. Install plug-ins Sublimerepl and set SUBLIMEREPL shortcut keys

      Because sublime runs Python, if there is an input () function, ctrl+b cannot enter data, so the download installs the SUBLIMEREPL for debugging. However, SUBLIMEREPL does not have a custom shortcut key, so it only sets itself.


First locate the SUBLIMEREPL configuration file.

Step: Preferences-->browse Packages-->sublimerepl folder-->config folder-->python folder-- Default.sublime-commands (opens in text format) Two paragraphs are copied and modified to:

[

{

"Keys": ["F1"],

"caption": "Sublimerepl:python-run current File",

"Command": "Run_existing_window_command", "args":

{

"id": "Repl_python_run",

"File": "Config/python/main.sublime-menu"

}

},

{

"Keys": ["F2"],

"caption": "Sublimerepl:python-ipython",

"Command": "Run_existing_window_command", "args":

{

"id": "Repl_python_ipython",

"File": "Config/python/main.sublime-menu"

}

}

]

The above code is set to Preferences->key Bindings-user.


This article is from the "Masondong" blog, make sure to keep this source http://masondong.blog.51cto.com/497402/1880865

Python compiler sublime Text3 installation and configuration

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.