Subtext installation Pythonide-anaconda

Source: Internet
Author: User
Tags sublime text

Installing Pythonide-anaconda

Open the subtext and use the shortcut key cmd+shift+p to open the package Control to install additional plugins.

Enter install and you'll see the package control:install on the screen, click Enter and search for the plugin you want (like Anaconda)

Installing Anaconda

After installing the Anaconda plugin, you will see the following options bar, indicating that the Anaconda installation was successful.

Because the Anaconda plugin itself cannot know the path of the Python installation, the actual location of the Python main program needs to be set.

Select the Settings-default option, search for "Python_interpreter" key, and type the disk location of the Python main program.

Select the Settings-users option and type the following JSON data. Save, restart

{    "Python_interpreter":"C:/Program Files/python36/python.exe",    /*Set those as trueifYou don't want Sublime Text regular completions*/"suppress_word_completions": True,"suppress_explicit_completions": True,/*If complete_parameters isTrue, Anaconda'll add function and classparameters to its completions. If complete_all_parameters istrue, it'll add all the possible parameters,ifIt's False, it'll add only required parameters*/"complete_parameters": True,"complete_all_parameters": false,}

Next, you'll find that there are hints when writing Python code.

Anaconda plug-ins also have many features

    • Goto Definitions can find and display the definition of any variable, function or class in your entire project.
    • Find Usage can quickly find a variable, where a function or class is used in a particular file.
    • Show Documentation: the ability to display a descriptive string of a function or class (of course, in the case of a string defined)

Subtext installation Pythonide-anaconda

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.