PHPStorm/WebStorm:如何在快速文档中忽略 JS 库
如何设置 PHPStorm/Webstorm 的集成快速文档以忽略特定的库/文件?
例如,我的项目文件夹包含 JS 库的多个修订版(全部带有 JSDoc 注释)。我希望快速文档忽略除一个之外的所有文档。这可能吗?
此外,两个库可能定义了相同的类,并且至少能够指定应在快速文档列表中抑制哪个库将是非常有益的。
How can I set PHPStorm/Webstorm's integrated quick documentation to ignore a specific library/file?
For example, my project folder contains several revisions of a JS library (all with JSDoc comments). I would like the quick documentation to ignore all but one. Is this possible?
Also, two libraries might have the same class defined, and it would be extremely beneficial to at least be able to specify which library should be suppressed in the quick documentation list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在首选项->JavaScript库->使用范围中设置项目的任何文件夹将使用哪些js库
You can set which js libraries will be used for any folder of your project in Preferences->JavaScript Libraries->Usage Scope