gpt4 book ai didi

intellij-idea - IntelliJ IDEA/WebStorm : how to make fetch keyword (XMLHttpRequest analogue) to be recognized?

转载 作者:行者123 更新时间:2023-12-03 22:45:59 28 4
gpt4 key购买 nike

WebStorm 2016.3.1 似乎对 fetch API 一无所知.它标志着 fetch关键字作为 JavaScript 中的错误。作为一种解决方法,我添加了 /* global fetch */在我使用的每个 JavaScript 文件的顶部添加注释 fetch API .有没有更好的方法(我在下载库(绝对类型)对话框中没有找到任何有用的东西)?

最佳答案

我发现通过将 whatwg-fetch 添加到我的 package.json通过我的项目目录中的 NPM/Yarn 文件,它将 whatwg-fetch 的 polyfill 添加到项目的 node_modules 目录中,IntelliJ IDEA/WebStorm/* 通常配置为从中读取。这为 JetBrains 的自动完成引擎增加了对 Fetch API 的支持,并且看起来像一个魅力。

这是一个例子:

C:\Project> npm install whatwg-fetch

执行此操作后,您应该能够看到安装的模块如下:
C:\Project> dir /w node_modules\whatwg-fetch\
Directory of C:\Project\node_modules\whatwg-fetch

[.] [..] fetch.js LICENSE package.json README.md
4 File(s) 22,824 bytes
2 Dir(s)

这是 IntelliJ IDEA 中的结果,当 node_modules配置为安装了 whatwg-fetch polyfill 的库目录:

Screenshot of proper recognition

关于intellij-idea - IntelliJ IDEA/WebStorm : how to make fetch keyword (XMLHttpRequest analogue) to be recognized?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40988298/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com