May 06, 2021 by Christian Kandeler | Comments
As announced earlier, we have released Qt Creator 4.15 this week. Let us now take a closer look at some of the improvements to our C++ support that this version brings.
Since Qt Creator 4.14, the results of the "Find References to Symbol" action are colored differently depending on whether the respective reference is a read or a write access, or something else. Now it is also possible to filter the results according to the access type.
typedef
or using
.As you might know, we employ libclang for document-level features such as highlighting and completion, while the global view of a project is still provided by our trusty old built-in code model. We are currently experimenting with using clangd for this job. With a Qt Creator built from our master branch, you can already enable clangd support in the C++ code model settings, which currently means that the results of "Find References" will be provided via clangd. This functionality is still quite rough around the edges, but if you have problems with global symbol search in your projects, it might already be worth checking out.
Download the latest release here: www.qt.io/download.
Qt 6.8 release focuses on technology trends like spatial computing & XR, complex data visualization in 2D & 3D, and ARM-based development for desktop.
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
Feb 27, 2025
We are happy to announce the release of Qt Creator 16 RC! Please check our..
Feb 13, 2025
We are happy to announce the release of Qt Creator 16 Beta2. Please head..
Feb 5, 2025
Claude 3.5 Sonnet is the best LLM to write QML code when prompted in..