You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jeff Hanna edited this page Mar 25, 2019
·
2 revisions
In PyCharm external tools are created in the External Tools section of the Settings dialog. Open that dialog by activating the File\Settings... menu command
In the Settings dialog click the green + button to add a new command. The Create Tool dialog will be displayed.
In the Name box enter a name for the tool
In the Program box either use the ... button to browse to MXSPyCOM.exe or enter the full path to the program. e.g. C:\Program Files\MXSPyCOM\MXSPyCOM.exe
In the Arguments box enter either -s or -f, a space, and then the PyCharm variable for the currently loaded file, $FilePath$ enclosed in double quotes, e.g. -s "$FilePath$".
Click the OK button to close the Create Tool dialog.
Click the **OK button to close the Settings dialog.
The external tool will be available in PyCharm's Tools\External Tools menu list.
More information on external tools in PyCharm can be found here.