Code Completion - Machine Learning Assisted

I have an object defined with interface like this :

interface bc_main {
link: string;
name: string;
}

Now when i call new object, "code completion" must suggest only "link" and "name" parameters. But this code completion showing too many other results (And not showing "link" and "name" on top.).

 

I m using Webstorm 2021.1.3 (Latest currently), my "code completion settings" : 

 

0
1 comment

Please could you share a complete code snippet/files the issue can be repeated with?

0

Please sign in to leave a comment.