www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Task list support?

reply Mike B Johnson <Mikey Ikes.com> writes:
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!
Apr 18 2017
next sibling parent Basile B. <b2.temp gmx.com> writes:
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 ? ;]
Apr 18 2017
prev sibling parent Rainer Schuetze <r.sagitario gmx.de> writes:
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 project, and I guess this is actually more desirable...
Apr 29 2017