From 5d767f551f4a4cc5e5265272dc5a8ca0fc68d47a Mon Sep 17 00:00:00 2001 From: OdenTakashi Date: Sun, 8 Oct 2023 20:20:53 +0900 Subject: [PATCH] add link explanations about the culture regarding tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74429cf..b993b70c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Todo Tree -This extension quickly searches (using [ripgrep](https://github.com/BurntSushi/ripgrep)) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the activity bar. The view can be dragged out of the activity bar into the explorer pane (or anywhere else you would prefer it to be). +This extension quickly searches (using [ripgrep](https://github.com/BurntSushi/ripgrep)) your workspace for comment [tags](https://en.wikipedia.org/wiki/Comment_(computer_programming)#Tags) like TODO and FIXME, and displays them in a tree view in the activity bar. The view can be dragged out of the activity bar into the explorer pane (or anywhere else you would prefer it to be). Clicking a TODO within the tree will open the file and put the cursor on the line containing the TODO.