ManuelGil / vscode-moodle-snippets

🎓 This extension provides Moodle snippets for PHP, XML and Mustache files. It also provides commands to create new files for Moodle.
https://marketplace.visualstudio.com/items?itemName=imgildev.vscode-moodle-snippets
MIT License
10 stars 3 forks source link

Is there a way to define the variables when creating a new PHP file? #1

Open neomib opened 1 year ago

neomib commented 1 year ago

Hello, I would like to set a value for {CURRENT_YEAR}, {author_fullname} and {author_link} so that when I create a PHP file it will be filled automatically. Is there a way to do it?

ManuelGil commented 1 year ago

Hi @neomib,

I had not thought of that possibility.

At the moment I wouldn't have but I will try to add it in a future update.

I appreciate your comments.

ManuelGil commented 1 year ago

Good news,

I have added configuration variables to achieve the autocompletion you commented.

image

I appreciate your suggestion and hope it will be helpful.