-
Type:
Suggestion
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Fixed
-
Affects Version/s: Qt Creator 4.6.0-beta1
-
Fix Version/s: Qt Creator 4.8.0-beta1
-
Component/s: C/C++/Obj-C++ Support
-
Labels:None
Suppose we have code:
auto x = foo.bar();
It would be nice if Ctrl+Click on auto will automatically navigate to deduced type definition.
Like it already works for non-auto declarations:
mytype x = foo.bar();
Ctrl+Click on "mytype" navigates to mytype definition;
- duplicates
-
QTCREATORBUG-17191 Make it possible to follow the 'auto' keyword
-
- Closed
-
- relates to
-
QTCREATORBUG-11259 "Auto" variable doesn't show correct tooltip
-
- Closed
-