formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
259 stars 36 forks source link

Feature request: Yew/Rust support #614

Closed jewlexx closed 2 years ago

jewlexx commented 2 years ago

Yew is a jsx-like framework for creating web UIs in Rust, and currently the editor support is meh. Having an extension like this and auto-close-tag support it would be incredible.

I also will probably work on implementing it myself and opening a PR at some point in the near future :)

jewlexx commented 2 years ago

Nevermind, I just figured out it works I just had to add rust to the auto-rename-tag.activationOnLanguage array