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

running #587

Open y912765390 opened 3 years ago

y912765390 commented 3 years ago

I want to know how to run it so I can test the source code. Print out some variables

SimonSiefke commented 3 years ago

First: Download the project and install dependencies

git clone git@github.com:formulahendry/vscode-auto-rename-tag.git && 
cd vscode-auto-rename-tag &&
npm ci 

Then click on the debug icon in VSCode and then "Start Debugging"

running

Hope this helps.