sublimetext3sublimetextsublime-anaconda

Disable Information/Definition boxes in Anaconda in Sublime Text 3


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.


Solution

  • 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: