2017-05-31 19:19 GMT+02:00 Petr Fischer <petr.fisc...@me.com>:

> Hello, in Pharo 6.0, there is new annotations/pragmas like "<todo>".
>
> Is there any doc about this? How can I browse all "todos", how can I
> browse all possible annotations etc.?
>

In fact it is not something new. You always able put any flag as pragma or
message in your methods to easily find them later. For example you can put
<issue: 'this method is not working when arg = 5'>. Then you can find it in
spotter by tapping "issue:".
With Calypso we can implement special method group "todo" and also class
group to show classes which methods has this flag

Reply via email to