Please help me with this issue. How can I display a list of functions like. these ones:
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!
Use Sublime Package Control to install a python auto completion package like python completions.
https://packagecontrol.io/packages/Python%20Completions
In sublime text,
Edit: If you don't see the package control option in Preferences menu, go to tools and select install package control.