vscode-todo-list icon indicating copy to clipboard operation
vscode-todo-list copied to clipboard

Work with .vue and .md files ?

Open adamprocter opened this issue 5 years ago • 6 comments

Any chance the keyboard shortcut and such can work with .vue and .md files ? Thanks again

adamprocter avatar Jun 07 '19 13:06 adamprocter

.md? Markdown files?

tzachov avatar Jun 11 '19 09:06 tzachov

.vue is vue.js components and views and .md is markdown

adamprocter avatar Jun 11 '19 16:06 adamprocter

How would you add a comment on md file?

tzachov avatar Jun 11 '19 16:06 tzachov

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.

adamprocter avatar Jun 11 '19 19:06 adamprocter

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

adamprocter avatar Jun 11 '19 19:06 adamprocter

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)

tzachov avatar Jun 13 '19 10:06 tzachov