[Qt-creator] Name validation in rename symbol
Volodymyr Zibarov
gogan419 at gmail.com
Tue Apr 4 08:14:04 CEST 2023
The new feature in Qt Creator 10 is name validation during renaming a
symbol.
The old behavior without the validation made possible to make
refactoring tricks, like move variable into a struct, or replace public
member usage with a get method. For example:
name -> myStruct.name
name -> getName()
Let's add an option to disable name validation
---
Volodymyr Zibarov
More information about the Qt-creator
mailing list