-
bookmarks
I noticed that when setting a bookmark in your code, the tool tips says "unnamed" bookmark. I looked on MSDN to see about naming them but there wasn't anyting (that I could find). IS there a way to name the bookmarks or does one have to comment a TODO and do it that way?
what I was thinking, it would be a good idea to mark all the places in code where a sql statement is so you don't go hunting them later :)
-
You can use task list shortcuts to do this. It will add the line of code to the Task List Window.
To add the Task List Shortcut, click on Edit->Bookmarks->Add Task List Shortcut.
To view the Task List Window goto View->Show Tasks->All
-
yeah, I thought of that one too. I didn't think it was what I need but it is! lol thanks a lot!