Display the exports/the API of a module

Is there a built-in way in Webstorm to e.g. click on a module (=file) and get a view of the exported interface from that module?

For example if `foo.ts` has exported functions `foo()`, `bar()` and `baz()`, it would be nice to be able to click on `foo.ts` and display a list of those functions. Possibly even with JSDoc annotations where available. Is there something like that?

0

No, there is no such feature; if you miss it, please feel free to file a request to youtrack, https://youtrack.jetbrains.com/issues/WEB

1

请先登录再写评论。