Hello everyone,
I was wandering if there's an easy way to align comments belonging to different lines, to a determinate column in an ABAP program.
This is very useful when you want to mark some lines of code that you are adding to an existing program, so that they can be easily found when you search them in the program. For example, if I mark with a sign like "AB001 the lines I add, putting it at the end of each line, I can easily find the lines added by searching AB001.
Now, I can quickly copy and paste the sign at the end of each line I want to mark, but, as each line in general has a different length, if I want (as I want, to have a tidy program) to have the signs ("AB001) aligned, I have to manually insert the needed number of spaces at the end of each line. This is very annoying.
Do you know a way to do this more easily?