ts-importer
ts-importer copied to clipboard
TSX element intellisense flooded with unrelated references
The intellisence within TSX react component gets flooded with a list of unrelated references making the selection unusable.
Current behaviour:
Expected behaviour (ts-importer disabled):
+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. :(