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.

0
2 comments

Elena Pogorelova

export interface ExpectStatic {
(val: any, message?: string): Assertion;
fail(message?: string): never;
fail(actual: any, expected: any, message?: string, operator?: Operator): never;
}

 

0

Please sign in to leave a comment.