Eclipse template: User specific comment for new methods
Usefull for multiuser-projects!
Pattern:
1 2 // ${todo} ${user}: not yet implemented - ${enclosing_method} 3 ${body_statement}
13506 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Timo Lövenich http://www.tkl-soft.de
1 2 // ${todo} ${user}: not yet implemented - ${enclosing_method} 3 ${body_statement}