Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
6.8
-
None
Description
Add crude support to qmlls for context properties to warn about them, and maybe also suggest them.
Extracts from the chat:
Basically, we should have some support at the tooling level, if only to provide proper warnings (basically, usages of context properties shouldn't show "typo fix" suggestions, but rather a message that context properties are bad)
We don't want to encourage the use of context properties, but we also should make it somewhat easy to gradually migrate projects to best practices
There are basically three things that we'd need:
- A way to to expose additional name -> type mapping for qmllint/the LSP
- A way to detect setContextProperty calls in the C++ code (that could even be running grep)
- some integration with the C++ code model to detect the actual type of what is passed to setContextProperty
1 + 2 would already be enough to complete context properties itself if we map them to var; 3. is probably too much effort, given that the clangd based code model doesn't have that integration point
We can require that the user uses qmlls, declarative type registration and Qt 6 for this task.
Attachments
Issue Links
- resulted from
-
QTCREATORBUG-25689 Do not highlighting registered property in editor
-
- Closed
-
-
QTCREATORBUG-25316 AutoComplete of properties inside of a context property does not always work
-
- Closed
-
-
QTCREATORBUG-26071 QQmlContext setContextProperty providing property tooltip inconsistently
-
- Closed
-