formulahendry / vscode-auto-rename-tag

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

BUG in file .vue with extension Vetur #64

Open adrianoresende opened 6 years ago

adrianoresende commented 6 years ago

bugrename

Code:

<div class="part-list" rel="parts">
  <div v-for="(item, index) in partsLimited" class="part" :key="index" href="#"
    :class="{ selected: item.name == partSelected }">
    <icon :name="item.icon" :height="38" color="#222A31" />
    <div class="title">
      {{ item.name }}
    </div>
  </div>
  ...
</div>
formulahendry commented 6 years ago

If Vetur extension is disabled, do you still meet with this issue?

epaezrubio commented 5 years ago

Just tested it and doesn't have an effect with Vetur disabled. Seems to be an issue with .vue files.

scriptcoded commented 5 years ago

I think it might have to do with the self enclosing tags