Sublime Forum

Turn off function definitions

#1

How do I turn off function definitions when I’m programming in python? For example every time I
Type “range” it will pop up a definition and usage. I don’t need that every time.

0 Likes

#2

This behavior doesn’t come from Sublime. I think it comes from the ‘Anaconda’ plugin. You should look into the Anaconda settings or remove the plugin.

0 Likes

#3

That occurred to me right after I posted. I’ll look into that. Thank you.

0 Likes