Postfix Enhancement - System.debug with the variable name

Issue #2315 resolved
Chris Baker created an issue

I'm enjoying the new Postfix features.

Is it possible to add a command (let's call it "sdv" for system debug variable)

It will place the name of the variable in the debug statement 

So if I have a variable I

Integer myInt = 10; 

and I type 

"myInt.sdv' 

it would write:

system.debug('myInt = ' + myInt);

Comments (3)

  1. Scott Wells repo owner

    Committed. Not sure if I’ll get a build out this week or not because of the Spring ‘23 updates that will be released on Monday. If not, it’ll be in next Thursday’s build.

  2. Log in to comment