Search code examples
pythonsublimetext3

Function list in Sublime Text 3


Please help me with this issue. How can I display a list of functions like. these ones:Screenshot When I press tab or ctrl + space I only get a list with words which I've used in the file but not list with functions. I use Python syntax

Will be very thankful for your answers!


Solution

  • Use Sublime Package Control to install a python auto completion package like python completions.

    https://packagecontrol.io/packages/Python%20Completions

    In sublime text,

    1. Preferences -> Package Control
    2. Select install package from the popup menu
    3. Search for Python Completion
    4. Click on it
    5. After installation just change the syntax to python from view menu

    Edit: If you don't see the package control option in Preferences menu, go to tools and select install package control.