Thanks for your swift response. Sorry, but I am still confused.
Given file
class1.py
class Class1:
def method1(self):
# do stuff
pass
and file
main.py
from class1 import Class1
c = Class1
c. ## I want popup with "method1()" here
Currently pressing CTRL+J does not do anything.
Pressing CTRL+SPACE in *any* python file gives me a popup containing code
snippets abs through compiler.ast.If, regardless of
what text exists in the file or what imports I have. The popup is always the
same in all python files.
P.S. Is there a way to format code with indentations in the forum editor?
--
<http://forum.pspad.com/read.php?2,64560,64562>
PSPad freeware editor http://www.pspad.com