Hello everybody,
What is the proper way to get reminded of ToDos in TOAD editor?
Is there a way to configure TOAD do display markers, e.g. for ToDos, for violations of code analysis rules, … ?
Or at least: what would be the proper XPATH-expression to get just the todo-token(s) in a comment?
//COMMENT[matches(., “todo”)] marks the complete comment. I would like to have just the todo-token marked. For code analysis rule.
I’m currently on TOAD for Oracle 12.10
Thx in advance