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

Add LaTeX support ? #595

Open rshamsnejad opened 2 years ago

rshamsnejad commented 2 years ago

Hi,

As far as I could test it, this extension does not support LaTeX tags, for example :

\begin{equation}
    [...]
\end{equation}

Am I missing something ? Otherwise, could it be possible to add support for it ?

Thanks !

gaoqiangks commented 1 year ago

I need this feature, too.

gaoqiangks commented 1 year ago

Hi,

As far as I could test it, this extension does not support LaTeX tags, for example :

\begin{equation}
    [...]
\end{equation}

Am I missing something ? Otherwise, could it be possible to add support for it ?

Thanks !

Do you have any idea about how to do this?