I would like to use Emacs to edit two columns of text next to each other in the same buffer with one column for the source and the other for comments, something like this.
int main() { | Comment line 1 print... | Comment line 2 } | Comment line 3
Automatic width correction will also be enjoyable. Is there a possibility?
Jarek source share