I started using Spyder through Anaconda just yesterday. I am doing multiple courses which are using Spyder.
It is shown in the videos, that whenever you put a dot next to a module name, all available functions are displayed by the IDE. Say, like this- import math math. Whenever you put in the dot after the module name, the IDE shows you all functions within that module. It is shown in videos of courses I am following. Like this-[image: Dropdown list of available functions] But I am not able to see that list. Spyder does not show me anything. I have not been able to tweak it through the settings. *How do I change settings so that Spyder shows me a list of all available functions included in a module whenever I type in the "." after an imported module name?* I am very new to Spyder, hence this question. Thanks! PS- I am able to automatically see the functions' arguments from Spyder when I put in the left parenthesis after a function name, like- print( . -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/bf63bee3-94d1-4fae-80b3-e7be5e0d1078%40googlegroups.com.
