September 2019
Beginner to intermediate
494 pages
13h
English
File watchers, in general, are tools that allow us to monitor the changes taking place in a given file and apply a specific action to the file when a change does take place. As an example, let's say even though PyCharm is a great IDE, there are files where we only want to use Atom (the text editor) to write code, and YAML files are one of them. So anytime there is a change taking place in a YAML file within PyCharm, we would like to open it in Atom instead.
To set up such a file watcher, we will go through the following:
Read now
Unlock full access