Source code annotation tool

Posted by RoToRa on Stack Overflow See other posts from Stack Overflow or by RoToRa
Published on 2010-05-21T08:16:34Z Indexed on 2010/05/21 8:20 UTC
Read the original article Hit count: 269

I'm looking for a tool with which I can annotate source code.

I have some 3rd party source code (JavaScript) I need to understand and I don't want to change it (add inline comments) so that

  • line numbers can stay intact (for communication with others),
  • I can avoid accidentally changing something and
  • my annotations stand out compared to the authors comments.

Normally I would print the whole thing out an scribble on it, but the code is too long for that and I need to share it per email. I would be great if one could do some like that including being able to create "links" between so places in the code, possibly even visually with a lines or arrows.

© Stack Overflow or respective owner

Related posts about source-code

Related posts about annotation