I am using PyCharm Community version 2018.2.4.
When I define a local variable, for example a string, in my main() method and pass the variable as parameter to a function, PyCharm doesn't recognize this variable as string and it doesn't provide any code completion. This happens also for other types. For variables defined in the same function, code completion works as expected!
Has anybody run into the same issue and know how to solve this?
