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.
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.