Strange VScode auto import suggestions list (maybe related with Typescript)

Viewed 27

Whenever i try to see suggestions (option + space Mac1) there are *as + ModuleName

enter image description here

It consume scroll, I want to remove them.

If i scroll down a little bit.
Then i can see real value about typescript's suggestions.

enter image description here

And there are also weird recommends form __EnumValue

enter image description here

__esModule they are from dist/somewhere/.d.ts file.

How to remove them ?

0 Answers
Related