Vetur: HTML Tag Matching doesn't work in Vue file !

Created on 15 May 2017  路  5Comments  路  Source: vuejs/vetur

In HTML file, click HTML tag ,
image

In Vue file, click HTML tag, all tags are selected with highlight !
image

duplicate question

All 5 comments

Dup of #194.

This is still not working for me..

@octref The problem still exists if i add lang attribute like this:

<template lang="html">

Found the bug.

There is a subtle difference between highlighting and selecting.
When you single click on <div>, Vetur highlights correctly.
When you double click on <div>, you would select the word under cursor and VS Code would highlight all same word by default.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

truongio picture truongio  路  63Comments

runner-mei picture runner-mei  路  108Comments

MWallin picture MWallin  路  54Comments

qkdreyer picture qkdreyer  路  68Comments

eyalon81 picture eyalon81  路  55Comments