Details
-
User Story
-
Resolution: Done
-
P1: Critical
-
None
-
None
-
863119661 (dev)
Description
As a developer, I want to have these features in QML/JS files:
- code completion
- jump to definition
- find usage
- refactoring
Implementation details: These are features that are (or should be) provided by the QML language server. An integration of the QML language server should be sufficient.
There's an experimental QML LSP integration flying around that could be integrated.
Make sure that https://codereview.qt-project.org/c/qt/qtdeclarative/+/495779 is taken into account.
Attachments
Issue Links
- relates to
-
QTBUG-97637 QML Language Server Support for IDEs (like VSCode, QtC)
- In Progress