How to add external JavaScript library to quick documentation?

For example, if I am using a library like PixiJS or howler.js, is there a way to make the quick documentation appear for the corresponding objects in JavaScript files?

0

Quick documentation shown on F1 (or Ctrl+Q) is based on comments attached to JS function, etc. definition in code. If the library functions have doc comments attached, you will see them in documentation popup
Note also that external libraries configured in Settings | Languages & Frameworks | JavaScript | Libraries allow attaching documentation URLs to them. See https://www.jetbrains.com/help/webstorm/viewing-inline-documentation.html, https://www.jetbrains.com/help/webstorm/2021.3/configuring-javascript-libraries.html#ws_js_custom_library_optional

0

请先登录再写评论。