php - Aptana Studio - Is it possible to add TODO tags in Javascript files? -


i working on php project in aptana studio. have noticed // todo tag feature, meaning aptana notices them , keeps them in list me. great, thing is, seems work in php files, e.g. in index.php have following:

// todo sanitise input

which results in little todo icon in margin , appears in todo list below.

results in task icon , task list looks this

todo list

if same thing in javascript file, however, not added list. know how change settings same thing jscript?

thanks in advance!


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -