Test Volar Fast Fix (auto import) vuejs/language-tools#3477
use vscode open project
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
volar 1.8.8、ts vue plugin 1.8.8
,open managed mode
, open file:
App.vue
/api/index.ts
- delete
import { testApi } from './api'
inApp.vue
- delete
import type { TestType } from '~/type'
in/api/index.ts
hover TestType
、testApi
, Fast Fix feature (auto import) is lost
off managed mode
, reload vscode window, only .ts file have Fast Fix
open managed mode
, switchvolar 1.2.0
version, reload vscode window,- .vue、.ts have Fast Fix (auto import)
** vscode version is last