pderichs / sublime_rubocop

A Sublime Text RuboCop plugin.
238 stars 41 forks source link

Marking issues in view causes Save to halt main thread #16

Open kenmgrimm opened 10 years ago

kenmgrimm commented 10 years ago

When using "mark_issues_in_view", a Save in Sublime can take 2 seconds on my 2013 mac using MRI, 10+ seconds using JRuby. Isn't there any way to speed this up or to at the least move this processing into the background so as to not lock up Sublime on every save?