Replies: 1 comment 1 reply
-
Hi, Adding an option to duplicate a method should be doable and I completely understand the reasoning behind it. Actually coming up with a user-friendly and intuitive way of implementing it is quite hard. Here are some of my ideas which are of course open to discussion and I'm open to feedback regarding them: Option 1: Option 2 - an extension of Option 1: Option 3 - an extension of Option 2: I'm open to other ideas and feedback on this concept :) |
Beta Was this translation helpful? Give feedback.
-
I want to add logging to a method but only when called from certain functions and not from others ..
Tried to add an extra optional bool parameter in the method I'm intrested on logging, error ..cannot find method signature ..
What worked was duplicating the method by hand (create Method ...) but it can much more time consuming (when it has many parameters) than a simple right click on existing method name and Create Duplicate ...
Beta Was this translation helpful? Give feedback.
All reactions