Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.0.0
-
Fix Version/s: Qt Creator 4.9.0-beta1
-
Component/s: C/C++/Obj-C++ Support
-
Labels:None
Description
Hitting F1 to see Qt's Help about a type is extremely useful. Thing is, it wont trigger unless the code is correct.
Stupid example:
- Your code does not #include <QMap>
- You know QMap has something interesting
- Type Qmap, hit F1, nothing is shown
- Fix it to QMap, hit F1, nothing is shown
... - Get to google find it there
Is incorrect because QMap needs #include <QMap> first, but how could you know, you are requesting help to know about it.
Obviously there are more elaborated examples.
Solution:
Keep QtC aware of at least all Qt types to bring help.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-15959 Help is not showing for known methods
-
- Closed
-
-
QTCREATORBUG-21686 clang code model: "F1" help access does not work for methods with parameters that are implicitly converted
-
- Closed
-