Share on Twitter Share on Facebook Share on LinkedIn

Task List

Did you know that you can leave to do's to a task list in your code to remind you to come back to them later?

How to add a to do to your task list

If you are working on a code file, then on or near the line that you want to add a to do type

// todo

Add to task list shortcut

You can also use the shortcut Ctrl + K, Ctrl + H and it will add a reference to the line to the task list. This is especially useful if it's not a code file but a markup file like HTML.

Add to task list shortcut

Show task list

You can show a list of your to do's by using the shortcut Ctrl + \ , Ctrl + T

Show task list

Other tips