Are there JSDoc files for Firefox XPCOM?

While I know that most XPCOM is implemented in C ++, it would be great if there were JavaScript stubs with empty functions, constants, and JSDoc. They can be used to support code completion, validation, rapid documentation, and other IDE functions such as WebStorm (IntelliJ).

It would be great if it existed somewhere (but I did not find it). Another approach would be to try to generate them from the IDL, but I also did not find a way to do this. I have a question about Are there any JSDoc files for Firefox XPCOM? .

+3
source share
1 answer
0

All Articles