Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
79cc12ab8 (master)
Description
In QtC, quickfixes from the language clients should be appliable using the quickfix shortcut (Option+Enter on macos, for example).
While this works for C++ code like:
This does not work for QML code like:
You can apply the quickfix in QML code by clicking the lightbulb, but not via the shortcut.
Qmlls is set up as following:
I attached the example project, where the screenshots were taken from, as untitled20.zip.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-29407 Make QtCreator ready for latest qmlls features
- Closed
- resulted in
-
QTBUG-116644 qmlls/qmllint: support quickfixes from the old codemodel
- Reported