Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 15.0.0
-
None
-
Qt Creator 15.0.0-beta1 + Qt 6.8.0
-
6a8f3d82d (14.0), af3030f4d (15.0)
Description
Steps to reproduce:
1. Disable 'QML Language Server' from Preferences -> Qt Quick -> Turn on
2. Create a new Qt Quick Application
3. Input texted inside Window {}
4. Hit Ctrl+Space -> code is completed to TextEdit
5. Enable 'QML Language Server'
6. Repeat steps 3-4
Result:
Code is not completed if 'QML Language Server' is enabled.