huoguangjin / MultiHighlight

Jetbrains IDE plugin: highlight identifiers with custom colors 🎨💡
https://plugins.jetbrains.com/plugin/9511-multihighlight
GNU General Public License v3.0
101 stars 22 forks source link

something cannot match, something not full match, something cannot close #24

Open kaocong opened 2 years ago

kaocong commented 2 years ago

image

In window webstorm .vue ‘historyUrlList’ cannot match ‘unshift’ not full match 'unshift' 'indexOf' both cannot close

kaocong commented 2 years ago

‘historyUrlList’ maybe no work will with raname, highlight 'otherUrlList '-> raname 'historyUrlList' -> get error

huoguangjin commented 2 years ago

Could you please show the full code sample for me to debug? It seems that IDE could not resole the this.historyUrlList as the same object.