vscode-clang icon indicating copy to clipboard operation
vscode-clang copied to clipboard

Completion may block the main thread.

Open alloy opened this issue 8 years ago • 0 comments

I’ve noticed that completing code may block the main thread, basically halting the editor for a few seconds. Granted, this is probably because iPhone’s UIKit and all its dependencies return a lot of results, but it’s noticeable enough that I’m wondering if you have given thought to this (yet) ?

I read that there are also extensions called language servers, have you thought about creating such an extension instead? Possibly using libclang?

alloy avatar Apr 23 '16 21:04 alloy