is there a way to enforce a minimum of characters before TS intellisense starts searching for any symbol in the whole project+node_modules+globals ?

ideally I'd keep suggestions from the current file but remove anything else before 3 characters as it can be quite slow to load

Comments