Hello,
I was wondering if it is expected that intellisense is not working for function arguments with type hints?
For example:
from main_data import Main_Data
def ob_compute(data:Main_Data):
When I type data.
in Visual Studio Code, intellisense is working but in actipro, it has no items in the intellisense.
Thank you.
[Modified 3 years ago]