Not getting proper code completion in WebStorm?
Hey,
Can anyone help me with this issue, i'm not getting proper code completion for my imported node module. I've tried a few different things from google search, but nothing seems to work and most posts about this are very outdated.

I'm new to using WebStorm, so might be missing the obvious here.
请先登录再写评论。
Must be https://youtrack.jetbrains.com/issue/WEB-55851/Vitest-matchers-not-resolved; what is
expectresolved to onCtrl+click?Elena Pogorelova
export interface ExpectStatic {(val: any, message?: string): Assertion;
fail(message?: string): never;
fail(actual: any, expected: any, message?: string, operator?: Operator): never;
}