Closed
Description
openedon Aug 2, 2019
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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment