Wish Todos on a point in code like: TODO: Task1

Alexander Stolte

Expert
Licensed User
Longtime User
Hey,

on "Atom" you can use the "TODO:" command on a point in the code to create a Todo on a certain place. You can show all your Todos from a project in a window and with double click you can jump to this todo.

Bookmarks are not Todos in my eyes.
 

DonManfred

Expert
Licensed User
Longtime User
on "Atom" you can use the "TODO:" command on a point in the code to create a Todo on a certain place.
create a comment starting with this prefix and use the Search for this keyword
B4X:
' TODO: bla bla bla
 
Top