bealex / SwiftLintAppCode

Provides highlighting of the SwiftLint errors in the AppCode
MIT License
52 stars 8 forks source link

Enabled Inspection makes typing significantly laggy #25

Closed mekarthedev closed 6 years ago

mekarthedev commented 7 years ago

Automatic Inspection allows getting lint feedback as you type. But when SwiftLint's inspection is enabled typing becomes annoyingly laggy.

See attached screen recording.

SwiftLint plugin v1.8, AppCode 2017.2 (172.3317.89), MacBook Pro 2015, macOS 10.12.5, Xcode 8.2.1, 30/12 kloc of mixed Swift/ObjC code + CocoaPods.

bealex commented 7 years ago

Will look into it. Was it the same with previous versions of AppCode?

mekarthedev commented 7 years ago

Can't say that. I've tried the plugin the first time just after upgrading to 2017.2.

bealex commented 7 years ago

Got it! Thanks for the report.

bealex commented 6 years ago

Should be fixed. Can you verify that? Thanks!

mekarthedev commented 6 years ago

Can't see any lagging now. Thanks for fixing!