Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: sublimelsp/LSP-typescript#129 ``` narrowed down my LSP-TypeScript slowness issues to the autocomplete, namely that there were a ton of suggestions populating the results in one of my large monorepo projects. Adding this to my LSP-typescript.sublime-settings has helped tremendously: { "initializationOptions": { "preferences": { "includeCompletionsForModuleExports": false } } } ````
- Loading branch information