views:

31

answers:

1

how can we pass a variable or what we can do inside the method, so eclipse can show the intellisense.

A: 

If you are using PyDev, you should have intellisense (that is "code-sensitive completion")

alt text

But you can also (since the last 1.5.5 release) define "Predefined Completions":

Predefined completions are completions acquired from sources that provide only the interfaces for a given Python module (with Python 3.0 syntax).

VonC
that I know my problem is if I pass an instance of Test to another function, does it show intelligence on that parameter inside that function? NO
Tumbleweed
@shahjapan: I am sorry that it does not answer your question directly. I leave it there as Community Wiki. May be a bounty might be in order to attract more informed answers?
VonC