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