
The Qt Creator 4.8 beta brings experimental support for the Language Server Protocol to provide better integration with various programming languages and implementations offering a language server for communicating code traits to the IDE via this protocol. This language server protocol support will allow for the Qt Creator to pick-up support for more programming languages by supporting this protocol. Most of the LSP testing so far has been in conjunction with Python.
Qt Creator 4.8 also has the never-ending improvements to the C++ programming language integration including Clang-Format-based indentations for code, cppcheck diagnostics, debugging enhancements, and other alterations.
More details on the Qt Creator 4.8 beta via blog.qt.io.
1 Comment