Android Question Extra tags in source code?

wimpie3

Well-Known Member
Licensed User
Longtime User
In some IDE's you can add tags in comments, like:
' TODO: this needs to be sone
Or
' BUG: this needs to be fixed

And then you can show a window in the IDE with all the todo's and all the bugs.

Is this possible in B4A?
 

DonManfred

Expert
Licensed User
Longtime User
CTRL-F, enter TODO:
You´ll get listed all line which contains it...
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Not in a built-in capacity, like what you're requesting. Instead you'd just have to search for them and look at the hits. However, it's a completely resonable thing to ask for, so I'd recommend you post a Wish.
 
Upvote 0
Top