microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Add config to exclude name and path suggestions #747

Closed dekpient closed 1 year ago

dekpient commented 4 years ago

I was annoyed by the all the irrelevant "warning" suggestions, so I decided to implement a function similar to shouldExcludeCompletionEntry in vscode. The default behaviour stays the same i.e. all suggestions are included.

Please review, cheers.

Related to microsoft/TypeScript-Sublime-Plugin#699 raised by @DanielRosenwasser

dekpient commented 4 years ago

Hmm, I cannot edit the signed CLA. Could someone revoke it please? I'll sign it again with the correct selection i.e. I'm not making this submission as part of work.