Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 14.0.0, Qt Creator 15.0.0-rc1
-
None
Description
Follow the instructions from QTCREATORBUG-31977
- have usage of QML language server turned on in the settings
- open a QML file and e.g. add "Item {}"
- try to trigger refactorings with e.g. alt+enter on "Item"
- popup doesn't show (that's the other bug)
- now go to the settings and turn off usage of qmlls
- alt+enter still doesn't show a popup
- close the file and reopen
- alt+enter now works
Debugging shows that LanguageClientQuickFixProvider is still used after turning qmlls usage off. Closing and reopening the file mends that.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-31897 simplify qmlls setup
- In Progress
-
QTCREATORBUG-31977 qmlls: 'Trigger Refacroring Action' in locator doesn't work in QML file
- Open