Cython's *.pyx
files need to be compiled for it to function with other py
files. Because of this, I would like a file watcher for PyCharm just like for *.coffee
files and for *.ts
files.
How would one create a file watcher for Cython in Pycharm. A step by step tutorial would be greatly appreciated.