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

Use PyCharm previous/next occurence #2

Open ilevkivskyi opened 6 years ago

ilevkivskyi commented 6 years ago

It would be awesome if mypy plugin was able to hook into the default PyCharm “Next Occurrence” and “Previous Occurrence” shortcuts/actions, rather than defining custom actions for going the next/previous errors.