There is no code prompt when writing a Chrome extension with WebStorm. What should I do?
Asked
Active
Viewed 87 times
1 Answers
1
Installing @types/chrome as suggested in How do I use WebStorm for Chrome Extension Development? should help:
lena
- 80,392
- 7
- 128
- 137
-
1For ManifestV3 I'd suggest using the [official package](https://www.npmjs.com/package/chrome-types) instead. It contains MV2 too, BTW. – wOxxOm Mar 03 '22 at 14:25
-
Thank for your answer. I tried adding everything with "chrome" in it yesterday and it still doesn't work. Today, it's ok.Probably need to restart webstorm.You may not believe it, after this method didn't work for me yesterday, I found some other methods and used it for almost a day...This is the method found, but there are some differences in some places. After seeing your screenshots today, I realized that the method I found this is feasible. – user18360894 Mar 03 '22 at 23:51