Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSDoc提示出现重复(Prompt for duplicate occurrence) #5074

Open
Lazygui opened this issue Dec 20, 2024 · 1 comment
Open

JSDoc提示出现重复(Prompt for duplicate occurrence) #5074

Lazygui opened this issue Dec 20, 2024 · 1 comment

Comments

@Lazygui
Copy link

Lazygui commented Dec 20, 2024

Vue - Official extension or vue-tsc version

v2.1.10

VSCode version

1.96.2(system setup)

Vue version

^3.4.37

TypeScript version

^5.5.3

System Info

No response

package.json dependencies

{
  "name": "adminui",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc -b && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.3.1",
    "dayjs": "^1.11.13",
    "element-plus": "^2.8.4",
    "file-saver": "^2.0.5",
    "pinia": "^2.3.0",
    "vite-plugin-commonjs": "^0.10.3",
    "vue": "^3.4.37",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@originjs/vite-plugin-commonjs": "^1.0.3",
    "@types/file-saver": "^2.0.7",
    "@types/node": "^22.7.4",
    "@types/postcss-pxtorem": "^6.0.3",
    "@vitejs/plugin-vue": "^5.1.2",
    "autoprefixer": "^10.4.20",
    "postcss-pxtorem": "^6.1.0",
    "sass": "^1.80.6",
    "sass-loader": "^16.0.3",
    "typescript": "^5.5.3",
    "unplugin-auto-import": "^0.18.3",
    "unplugin-vue-components": "^0.28.0",
    "vite": "^5.4.1",
    "vite-svg-loader": "^5.1.0",
    "vue-router": "^4.4.5",
    "vue-tsc": "^2.0.29"
  }
}

Steps to reproduce

vscode安装这个版本的插件随便一个vue文件鼠标移动到任意一个可用的变量或函数上就会出现重复提示
(VScode installation of this version of the plugin will result in duplicate prompts when moving the mouse over any available variable or function in any Vue file)
image

What is expected?

vscode安装这个版本的插件随便一个vue文件鼠标移动到任意一个可用的变量或函数上就会出现重复提示
(VScode installation of this version of the plugin will result in duplicate prompts when moving the mouse over any available variable or function in any Vue file)
image

What is actually happening?

vscode安装这个版本的插件随便一个vue文件鼠标移动到任意一个可用的变量或函数上就会出现重复提示
(VScode installation of this version of the plugin will result in duplicate prompts when moving the mouse over any available variable or function in any Vue file)
image

Link to minimal reproduction

No response

Any additional comments?

No response

@zcf0508
Copy link
Contributor

zcf0508 commented Dec 20, 2024

You can set HybridMode to true.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants