Textmate TODO not working with JavaScript

I am trying to use the Textmate TODO package:

// TODO: change click to tap /* TODO change click to tap */ 

None of these add-ons are captured ... How do I specify TODO in JavaScript?

+4
source share
1 answer

To make sure the syntax is correct, just use the todoTAB Todo bundle shortcut.

If it does not show your data, try going to the file browser and going to the root of the project. This usually fixes this for me.

0
source

Source: https://habr.com/ru/post/1500632/


All Articles