Hello,
since Pharo6 my method comments in the SystemBrowser gets automatically removed. My arguments get also removed, so when I type:
SomeClass >> name: aString
"sets the name instance variable"
name := aString
it gets corrected to:
SomeClass >> name: arg1
name := arg1
How can I configure this behaviour? I could not find the related settings... :-/
Thanks,
Marc