Auto execute on auto import in Pycharm
已回答
When I press alt+enter to pop up import list, I want to execute the library when it is auto imported, so I don't need to go to the top file to execute the import line.
For example: when I type pandas.read_csv("file name") , I pop up the import list and choose import pandas, Pycharm will insert an import line and execute it in the consol.
I search the Pycharm's setting, but I am not able to find such function. I am wondering if I need to write a plug in to implement it.
请先登录再写评论。
Hi Fatfish2005! There's no such feature in PyCharm and I'm not aware of the similar plugin. Please feel free to create a feature request in our bug tracker.