Hiding global variables from autocomplition is very annoying because other candidates make unnecessary import statements (We can't use autocompletion without making them).
Search Terms:
Code
- clone https://github.com/falsandtru/spica
- run
npm i
- open index.ts
- type
asse
- suggests 2 candidates of
assert but doesn't include global one.
Global assert is defined here: https://github.com/falsandtru/spica/blob/master/global.test.d.ts#L6
Expected behavior:
Suggests global assert and packaged assert.
Actual behavior:
Suggests packaged assert twice.
Playground Link:
Related Issues: