WebStorm 10:打字稿社区存根列表被截断
WebStorm 10: list of typescript community stubs truncated
我正在使用 Should.js 并且我想为它获得一些自动完成功能。不幸的是,WebStorm 并未显示所有 TypeScript 社区存根。就像在 DefinitelyTyped GitHub 页面中一样,列表被截断以仅显示前 1000 个文件。此时,名称以字母 'S' 及以后的库将不会显示。
我该如何解决这个问题?
How can I work around this?
在那里使用v11 EAP builds -- this limitation is bypassed/fixed。
或者 -- 从 github 下载文件并手动管理此类库。
我正在使用 Should.js 并且我想为它获得一些自动完成功能。不幸的是,WebStorm 并未显示所有 TypeScript 社区存根。就像在 DefinitelyTyped GitHub 页面中一样,列表被截断以仅显示前 1000 个文件。此时,名称以字母 'S' 及以后的库将不会显示。
我该如何解决这个问题?
How can I work around this?
在那里使用v11 EAP builds -- this limitation is bypassed/fixed。
或者 -- 从 github 下载文件并手动管理此类库。