Thread overview
Task list support?
Apr 18, 2017
Mike B Johnson
Apr 19, 2017
Basile B.
Apr 29, 2017
Rainer Schuetze
April 18, 2017
I use TODO and other meta comments quite regularly in C++ and rely on them for my workflow. Is there any way to get this in Visual D?

Thanks!

April 19, 2017
On Tuesday, 18 April 2017 at 15:07:18 UTC, Mike B Johnson wrote:
> I use TODO and other meta comments quite regularly in C++ and rely on them for my workflow. Is there any way to get this in Visual D?
>
> Thanks!

Something like this http://bbasile.github.io/Coedit/widgets_todo_list ?

;]
April 29, 2017
On 18.04.2017 17:07, Mike B Johnson wrote:
> I use TODO and other meta comments quite regularly in C++ and rely on
> them for my workflow. Is there any way to get this in Visual D?
>
> Thanks!
>

You can find a preliminary release at

https://ci.appveyor.com/project/rainers/visuald/build/job/shy2yqapqmsxxfy8/artifacts

that implements task list support as in Visual C++, i.e. it lists tasks for files loaded into the editor. C# shows tasks for all files in the project, and I guess this is actually more desirable...