Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
I always forget to use qsTr() when writing examples, and it's difficult to type because of the strange casing. Being able to just type:
text: "Hello World"
and then hit Alt+Enter to refactor it into the following would be really nice:
text: qsTr("Hello World")