Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.6.2
-
None
Description
When Qt Creator autocompletes the parameters for a function the user is defining (as inferred from the associated header file), the 'Pointer and References' code style rules are not respected – it seems that the autocompletion engine always right-binds the pointers.
As an enhancement, the autocompletion system could:
- Check the active style rules for how pointers and references should be aligned;
- Attempt to infer the user-desired alignment based on the text in the associated header declaration.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-9376 Auto-completion code insertion does not follow coding style
- Open