I found it very useful for myself to use // TODO: in IntellijIdea This is very convenient (before that, just kept a notebook). But the snag is that the ToDo list is formed only from the comments in the classes, but not in the html files that are also used in the project (((Can ToDo be somehow configured so that all the files are checked for this comment?
- 2In addition to the answer below is another tip. Do not write with your hands // for comment. In some programming languages, comments are announced differently. For example, in php '//', in html '<! - ->', etc. Use hotkeys. For Maca 'cmd + /', for Windows and Linux: 'ctrl + /' - dluhhbiu
|

