Force reindexing of proect
-
I sometimes edit source in an external editor (sometimes this is a different instance of QtCreator). Is there a way to force QtCreator to re-index so that code completion works with the code saved by the external editor?
-
Nevermind, I found it:
tools>c++>update code model
Thanks anyways!
-
Actually creator should pick up the changes and reindex automatically... Which version are you using?
-
Version 2.0.0
It doesn't seem to pick them up automatically
-
@dusktreader yeah, also for QML use Tools > QML/JS > Reset Code Model and close file and reopen it to see changes.