Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 3.1.0-rc1, Qt Creator 4.15.0
Description
Clang code model autocompletion is too slow. List of completion may appears in 4-5 seconds after . of ->.
I would guess that after typing '.' autocompletion routine waiting for code to be reparsed by clang, but it takes even longer then that.
And of course it should not wait for parsing, it should rely on older parse result.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-17583 Clang model is completely unusable for me
- Closed