ts-importer icon indicating copy to clipboard operation
ts-importer copied to clipboard

TSX element intellisense flooded with unrelated references

Open ak99372 opened this issue 6 years ago • 1 comments

The intellisence within TSX react component gets flooded with a list of unrelated references making the selection unusable.

Current behaviour: image

Expected behaviour (ts-importer disabled): image

ak99372 avatar Oct 17 '18 16:10 ak99372

+1 This also happens when trying to define property names

new Foo({ xy| })

If the cursor is right after xy and Foo has an option named xyz, it won't be the first suggestion. :(

aleclarson avatar Aug 16 '21 22:08 aleclarson