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

Hotkey clash for previous/next error #1

Open ilevkivskyi opened 6 years ago

ilevkivskyi commented 6 years ago

Not sure if this is a default setting (I can’t find any authoritative documentation online), but Cmd+Shift+Up/Down are bound to “Move statement up/down” in my PyCharm (which seems to take precedence over the mypy action).

ilevkivskyi commented 5 years ago

I just checked this causes problems on Linux. Also it looks there is a hotkey clash for Ctrl+Shift+M that is used to run mypy. It looks like we might need to find another (alternative) hotkey for Linux.