A plugin (SublimeCodeIntel) may be making Sublime Text unresponsive by taking too long (0.020000s) in its on_modified callback.
This message can be disabled via the detect_slow_plugins setting
解决方法:打开preference->setting_user
 添加
 “detect_slow_plugins”: false
 这样以后就不会弹出类似提示了










