vscode-todo-list
vscode-todo-list copied to clipboard
Work with .vue and .md files ?
Any chance the keyboard shortcut and such can work with .vue and .md files ? Thanks again
.md
? Markdown files?
.vue is vue.js components and views and .md is markdown
How would you add a comment on md file?
I would do that same in that file
//TODO: this thing
On 11 Jun 2019, at 17:48, Tzach Ovadia [email protected] wrote:
How would you add a comment on md file?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Just the ability for the action comments panel to locate them. Then you could use the text file (md) as overarching issues / comments and inline the other things. That’s what I’m thinking. Of course I could create a file called issues.js i guess but felt a md file would be nicer
It seems that Vue has many ways to write comments... Will need some time to rewrite this part.
Regarding the idea behind MD/issues.js file - I think I'll add support for adding issues.md
file at the root of the project and auto-import its content to the list. (See #8)