For example if I write
Code: Select all
from ftplib import FTP
f = FTP('server')
f.
Can we only have code completion for the classes defined in the same workspace?
Code: Select all
from ftplib import FTP
f = FTP('server')
f.
This is correct.Can we only have code completion for the classes defined in the same workspace?
That would be lovely! Is this going to happen anytime soon ?jussij wrote:There is a plan for Zeus to handle this type of secnario through the use of an additional utility program that would create a standalone browser information files. These information files could then be bound to the workspace or the document type to provide additional sources of intellisensing data. But this may well change once attempt is made to implement this new feature.
This feature is currently being investigated and so far this investigation is progressing very wellThat would be lovely! Is this going to happen anytime soon?
Thank you for your kind wordsThanks for this great editor. I feel it is being programmed with the love and passion of its author. That is nice to feel.