Word request: make code comment / make comment code in programming [closed]

Solution 1:

Based on practical experience, not dictionary definition:

I have commented (out) the code. It is now a comment.

"out" is optional, in my experience. I hear it both ways.

I have uncommented the code. It is now no longer a comment.

Note also that Visual Studio itself uses this phrasing:

enter image description here

And also JetBrains Rider:

enter image description here