Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

IronPython and Code Completion

$
0
0

Hi,

Is there a way to specify the type (for completion) of function's arguments ?

For example if I have the following function:

def myFunc(arg1,arg2):

...

Is it possible to have the code completion working for arg1 and arg2?

 

Thanks.

 

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles