php - run python script from phpstorm -
I have a php project that I am working on using PhpStorm. I have a python script that connects my CSS file in a certain way before uploading it to the server (this is irrelevant to the question, but if you are curious, mostly related to language support).
I would love to be able to run it directly from phpstorm, but I'm sure how to do it (I think it is possible but I could not find any reference to anything, and I New to this IDE) I know that I can rewrite the script with PHP, but I'm rather (I'm still a dragon in the heart).
Did anyone have to deal with this like this? Thanks in advance!
PS If that matters, then I am running Ubuntu
for this Use the File Monitorer plugin (must be bundled after v7 by default) - This type of script will automatically be run on every modified files to save automatically. Alternatively, you can use the external device functionality and desired when calling it manually.
Comments
Post a Comment