Python plugin in IDEA 2017.1 can't identify step implementation of behave
I have a project which use behave for BDD testing. I used IDEA 2016.3 with Python plugin to open the project and Python plugin can find the step implementation correctly. However, after upgrading to IDEA 2017.1, python plugin can't fins any step implementation. All step are marked with "Undefined step reference".
The weird part is, I can use PyCharm 2017.1 to open the same project and PyCharm can find the step implementation. Does any one have the same issue? or maybe I misconfigure some things?
Please sign in to leave a comment.
Same thing is happening to me.
EDIT: I also have some problems with intellisense in python code
eg.: import logic
logic.another_thing.get()
prior 2017.1 this was fine I have a logic package and inside that another_thing.py with a get() function
but now intellisense can't find the another_thing
EDIT2:
I've created a bug report: https://youtrack.jetbrains.com/issue/IDEA-170708
@Balazs, Thanks for helping to submit an issue~
yes, me too. upvoted. hope it gets fixed soon
This is fixed now.