vscode

import 点击ctrl + 右键 进入当前文件

项目根目录: jsconfig.json

import importTable from "./importTable";//.vue点击不进去,.js可以点击进去,需要带上./importTable.vue

{
  "compilerOptions": {
    "target": "es6",
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"],
  "include": ["src/**/*"]
}

点击enter键确认单词提示的问题

  "editor.tabCompletion": "onlySnippets",
  "editor.wordBasedSuggestions": "off",
  "editor.suggest.snippetsPreventQuickSuggestions": false,
posted @ 2023-07-19 15:04  躺尸的大笨鸟  阅读(284)  评论(0)    收藏  举报