Note: I am a advanced VBA programmer switching to Python, I am a starter in Python and is using Sublime Text 2 in my learning.
How do I enable the following?
x=‘california’
x.
After the dot, I would like to see the pop up where it displays the available python built in functions like
x.capitalize()
x.lower()
x.upper()
etc.
When I click on Preference and Browse packages, then click on Python folder to see available Sublime Python packages, I have no idea which is the one I am looking for nor do I know how to install any packages. I need major help please.