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 #746

Closed dekpient closed 4 years 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

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

dekpient commented 4 years ago

Made a mistaking when signing the CLA. Will create a new PR.