jens1o / vscode-smarty

Smarty syntax highlight extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=imperez.smarty
GNU General Public License v3.0
14 stars 9 forks source link

Enable "HTML mirror cursor" and "F2 to rename tag" for .tpl files #23

Open solid-pixel opened 4 years ago

solid-pixel commented 4 years ago

Hello! As you probably already know, the last update of VS Code added two very cool features:

"HTML mirror cursor" and "F2 to rename tag"

The problem is that right this will work only if the Language Mode is set to HTML, so I asked the devs if they could make this work with Smarty syntax too, but they said the extension's author should implement this, like they already did for the XML syntax.

Do you think it would be possible to make your extension work with these new features?

Thanks a lot for your hard work! 👍