Template code for Pycharm plugin Follow
Answered
Hi all,
I want to build a simple plugin for pycharm.
Where can I find a simple template code for the plugin.
The goal is to add an action to Run menu that execute, the runfile('/select_file.py') in python console.
The action is like Execute line in console, but instead of execute the line, execute runfile function
Where can I find the action documentation for this?
|
|
Please sign in to leave a comment.
I have the same issue!
I think this can be helpful:
https://github.com/JetBrains/intellij-sdk-code-samples/tree/master/product_specific/pycharm_basics