Build Python IDE in sublime Text 3

Source: Internet
Author: User
Tags sublime text

1. Install the latest version of the official web sublime text software, it must be the original official website, not the Chinese version of the so-called official website! Chinese version is after others cracked, but also add plug-ins, this is not the most important, the most important thing is: their pakage control can not use!!!! Reload also no way to save, originally card here for a long time, very tangled, now use back to the original, feel really is the world I have like smooth and silky!

2. According to the old driver's urine sex, first install the engine, then take off!packge control, the only choice to enjoy the silk slip!

Installation method: Https://packagecontrol.io/installation

3. The engine is there, start taking off!

1) Install theme plugin: Soda Dark, then our interface will become this:

2) Install the development artifact: anaconda! a variety of keyword highlighting, grammar input, between you and the great God, the difference between a anaconda!

3) Installation Template Quick Create: sublimetmpl! A key to create the target language template, youth like the sun, can not be a moment of neglect!

You can also modify the shortcut keys:

4) Are you tired of Python idle? Do you get bored with a series of tedious steps to execute freshly written code? Do you want to know immediately if your code can run? Come on, come on!

Build Your own sublime Text IDLE, and program to run seamlessly!

Install Sublimerepl First, then find it in preferences, Preferences-package settings-sublimerepl-settings users to add:

{
"Default_extend_env": {"PATH": "C:\\Program Files\\python36"},

}

Designed to tell Sublime where Python is installed in your computer

Then add in the Preferences-key bangding:

[
{"Keys": ["F1"],
"caption": "Sublimerepl:python-run current File",
"Command": "Run_existing_window_command", "args":
{"id": "Repl_python_run",
"File": "Config/python/main.sublime-menu"}}

]

Set the F1 key to execute the current Python file

That's it!

P.S. Of course there are some minor problems: setting the font size under Preferences-settings, line wrapping, etc.

{
"Font_size": 13,
"Ignored_packages":
[
"Vintage"
],
"Theme": "Soda dark.sublime-theme",
"Word_wrap": True
}

Build Python IDE in sublime Text 3

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.