Are you talking about reversing whole lines? Parameters in a function call? Something else?
To reverse all of the lines in a block of selected text you could write an IDE macro. It should be fairly easy to do this, since you can get the block of lines, then just reverse then in the macro, and update the IDE with the newly reversed set of lines.
The IDE macro here should help to get you started: