In SQL Server Management Studio 2008 there is a Task List very much like the one in Visual Studio, I can't seem to figure out how to put it to use nor can I find any documentation on it other than the documentation for Visual Studio which does not apply as the comment syntax is unique to TSQL... The Task List in SSMS 2008 is accessible from the View menu, under Other Windows, Task List. Using a solution with a query and adding a comment such as:
-- TODO: testing task list
or
/* TODO: testing task list */
does nothing. Is this just some relic from the visual studio shell? I was able to find a feedback request for features for SSMS 2005 regarding a Task List to which there was a response that they were looking to put it into the next version (SSMS 2008)
Has anyone gotten this feature to work?