Hi, Code completion in the editor is provided by QScintilla and is -for now- much less powerful than interactive/external console's code completion. Like in console, code completion is simply triggered after typing a period but it requires that the .api file has been generated by QScintilla -- a standard .api file is included in Spyder's distribution package (it contains references for all Python standard modules and every module installed with a "recommmended" install of Python(x,y)). Other than modules referenced in this 'python.api' file, QScintilla will also suggest completions based on some code parsing.
HTH, Pierre On 4 déc, 22:25, archeryguru2000 <[email protected]> wrote: > Hello all, > Quick question (I hope). How does one execute code auto-completion > within the editor. I assumed it would've initiated after typing a > period (.) behind some module. However, it does not seem to occur. > The documentation states code completion, but does not state how to > implement it. Any suggestions would be greatly appreciated. > > Thanks, > ~~archery~~ -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
