Open
Description
I'm running the Sublime Text 3 build 3083, latest stable, and I started getting extreme performance issues using this plugin.
When I have no tsconfig.json
file, it looks like this plugin tries to parse all of my dependencies every time I type a semicolon, which stalls the entire text buffer. Adding a noParse
entry to a tsconfig.json
file fixes this issue, and changes nothing about the resulting file completion.