Home >Backend Development >Python Tutorial >Can pycharm and geany be used together?
Can PyCharm and Geany be used together?
Yes, PyCharm and Geany can be used together.
How to use PyCharm and Geany together
Set Geany as an external editor for PyCharm:
In PyCharm, go to Settings >Tools >External Tools. Add a new tool, set the "Path" to Geany's executable and the "Parameters" to "$FilePath$".
##Using Geany in PyCharm:
Right-click the file and select "External Tools" > "Geany".To use file change notifications in Geany:
Install theFileChangeNotifier plugin. When enabled, the plugin will notify Geany to reload the file every time it is saved in PyCharm.
Benefits of using PyCharm and Geany together:
The above is the detailed content of Can pycharm and geany be used together?. For more information, please follow other related articles on the PHP Chinese website!