Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
6.8
-
None
Description
It seems that qmlls does not support hovering over items yet, for example the embedded code model does show the Module path in the filesystem when hovering over an import statement (see https://bugreports.qt.io/browse/QTCREATORBUG-29864 on how some customers use it), or hovering over an id shows the typename in a tooltip.
Find out all hovering actions that are supported by the embedded codemodel and implement them in qmlls.
Note that there is a separate task for fetching documentation in qmlls when hovering (QTBUG-120016), this one is about fetching everything which is not documentation.
Attachments
Issue Links
- is required for
-
QTBUG-97637 QML Language Server Support for IDEs (like VSCode, QtC)
- In Progress
- relates to
-
QTBUG-120016 Support documentation hints in QML LSP (Signature Help Request)
- In Progress
-
QTCREATORBUG-31420 qmlls: disabled warnings from embedded codemodel shown in tooltips
- Reported