Home

[BUG] Renaming Attribute class (with or without constructors)

To replicate:
(1) create an attribute class (inherit from Attribute)
(2) add a default constructor (ctor)
(3) decorate something with the attribute created in step 1
(4) use the rename tool, to rename the attribute (F2 keyboard shortcut)

The rename tool behaves differently if a constructor method is present. However, in either case, the rename tool does not work as expected.

Sign In or Register to comment.