Search code examples
phpstormjsxtodo

How to insert TODO comment in React JSX file


I would like to insert TODO comments on a React JSX file, a regular JavaScript comments are parsed as text and rendered in my component PhpStorm list them in in TODO tool window

// TODO any comments ... 
or 
/* TODO an other todo task*/ 

in case when I use a JSX comment like this

{/* TODO an other todo task*/}

PhpStorm ignore the TODO and consider it as simple comment, there is a way to insert a TODO with PhpStorm in React JSX file or there is a lack in PhpStorm support for react and it's requires an enhancement.


Solution

  • looks similar to WEB-23401, please follow it for updates