This is an Ansible role that installs PyCharm on Linux. It uses the tarball from the official website so this role is not dependent on any package manager. It can take a list of plugin IDs which it ...
おそらく IntelliJ の問題と同じで、PyCharm も外部ファイル変更をウォッチするために Linux では inotify を利用している。 ただし、inotify のデフォルトのハンドル数が少ないために処理に時間がかかっていると思われる。