how can we pass a variable or what we can do inside the method, so eclipse can show the intellisense.
views:
31answers:
1
A:
If you are using PyDev, you should have intellisense (that is "code-sensitive completion")
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
2010-03-16 07:35:13
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
2010-04-23 07:12:15
@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
2010-04-23 07:35:01