todo for html and smarty
os: kubuntu 10.04
PhpStorm 1.0 RC2
build PS-95.298
in a file with a .php extension, inside a php piece of code, if i write todo or TODO in the comments section this will be picked up and appear in the 'current file' tab of the TODO pane.
<?php
//todo this comment will appear in the TODO pane
/* todo this comment will appear in the TODO pane */
?>
outside php in the html section if i do
<!-- todo something here-->
It will NOT appear in the TODO pane.
also in a file with a .tpl extension (smarty template) if i do {* todo something here*} it will NOT appear in the TODO pane.
Is there a way to make the todo's from smarty and html appear in the todo pane?
Please sign in to leave a comment.
Thank you for reporting, the issue is in progress, you can follow it status here http://youtrack.jetbrains.net/issue/WI-2537