dropbox / mypy-PyCharm-plugin

A simple plugin that allows running mypy from PyCharm and navigate between errors
Apache License 2.0
313 stars 14 forks source link

Show notification on completion if run time is long (e.g. on cold start) #4

Closed ilevkivskyi closed 5 years ago

ilevkivskyi commented 6 years ago

A number of long-running operations will send a system notification if they finish while PyCharm isn’t focused (e.g. Find Usages, Find in Path, compiling, running tests, etc). It would be awesome if the mypy plugin could do something similar.