pharo icon indicating copy to clipboard operation
pharo copied to clipboard

debugger nicer setter and getter add method

Open Ducasse opened this issue 1 year ago • 0 comments

Right now when I define a setter I have to press + then the debugger shows me

id: aString
   self shouldBeImplemented

and I have to type

id: aString
   id := aString

When we know that we want to define a setter, I would love to press + setter and get directly

id: aString
   id := aString

Ducasse avatar Jun 28 '24 20:06 Ducasse