4

I recently installed Anaconda3 in ST3 in Ubuntu 14.04, after that I am facing following issues:

 

  1. Shows definition of in-built functions:

Fig.1

 

  1. Shows random information after completion of line:

Fig.2

 

I want to disable this feature of anaconda but I could not find any solution elsewhere. Please help.

Community
  • 1
  • 1
Kautsya Kanu
  • 451
  • 1
  • 7
  • 20

1 Answers1

4

There are 2 related options you can edit @ Anaconda.sublime-settings.

  1. "enable_signatures_tooltip": true,
  2. "enable_docstrings_tooltip": true,

 

Try setting [ either | both ] to false to find which combination best suits your preference.

 



 

To edit them:

  • Navigate to:
    • Menu / Preferences / Package Settings / Anaconda / Settings - User
  • paste the contents of the file linked above
  • edit the settings you wish to alter
  • save the file
Enteleform
  • 3,753
  • 1
  • 15
  • 30
  • FYI, I created the `[sublime-anaconda]` tag a little while ago, and have been retagging `[anaconda]` questions as necessary - some use the plugin, some use the Python distribution, and probably some use both, so make sure you know what the question is *really* about. Feel free to retag anything I missed. – MattDMo Apr 06 '16 at 13:35