Search code examples
eclipsecommentstodo

Multi-line TODO: Comments in Eclipse


Fairly straight forward question here. Has anyone figured out how to do a TODO: comment in Eclipse that spans multiple lines? I cannot for the life of me get it to work.


Solution

  • Please try with below lines,

        /**
         * <pre>
         * TODO : You can write very long line here, which will not truncate in task desc.
         * </pre>
         */