doi / fileheadercomment

visual studio code editor extension
MIT License
21 stars 17 forks source link

Own placeholder? #6

Open Kcko opened 6 years ago

Kcko commented 6 years ago

This extension could to support placeholders like native snippets? Because I want to comment each file header which is inserted by own comment.

`/ ${1:myComment} ${datetime} ${author} / ${0}

Steps: 1) I put this file header template 2) cursor is started on first placeholder, i write something 3) tab action , im on end of this comment

Finish, continue in work ...

Its possible to do that?

Im using this extension because snippets in VSC does not support date/time/datetime variables.