You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing the name of a variable in <script>, an attribute or event handler in <template> or a selector in <style> the suggestions provided by Intellisense are duplicated.
I haven't noticed this issue in VS Code yet, but I have encountered it in the SFC Playground, Zed Editor, IDX Editor, and GitHub Codespaces.
Example:
Workarounds
Refresh the SFC Playground with the already written code inside and the problem goes away.
The text was updated successfully, but these errors were encountered:
Hi @johnsoncodehk I'm now experiencing this in VS Code, with latest versions of the extension, the vue-tsc dependency and typescript. If I disable the extension and re-enable it, the issue disappears, but as soon as you restart the whole extension host of VS Code, the issue is there again.
Description
When typing the name of a variable in
<script>
, an attribute or event handler in<template>
or a selector in<style>
the suggestions provided by Intellisense are duplicated.I haven't noticed this issue in VS Code yet, but I have encountered it in the SFC Playground, Zed Editor, IDX Editor, and GitHub Codespaces.
Example:
Workarounds
Refresh the SFC Playground with the already written code inside and the problem goes away.
The text was updated successfully, but these errors were encountered: