Qt Creator 4.9 comes with added support for document outline, find usages, and also for code actions that allow the language server to suggest fixes at a specified place in the code.
The team has changed the highlighter. It is now based on the KSyntaxHighlighting library, which is used in KDE for this purpose.
In this release, the UI for diagnostics from the Clang analyzer tools have been improved as they now are grouped by file now. Diagnostics from the project’s header files are now also included.
The team updated their QML parser to Qt 5.12 that added support for ECMAScript 7.
This release comes with perf, which is a performance profiling tool for software that runs on a Linux system. The integration in Qt Creator is available for applications that run on a local Linux system, and for applications that run on a remote Linux system from a Linux or Windows host.
Users can now add a QtCreatorDeployment.txt file to their generic project for specifying the necessary information about where to deploy and which files to deploy.
For Windows, the team has added support for MSVC (Microsoft Visual C++) 2019. For macOS, a Touch Bar has been added so that users can run Qt Creator on a MacBook. And for Linux, the team has added OpenSSH tools.
To know more about this news, check out the Qt blog post.
Qt Creator 4.9 Beta released with QML support, programming language support and more!
Qt team releases Qt Creator 4.8.0 and Qt 5.12 LTS
Qt creator 4.8 beta released, adds language server protocol