Had a look and it appears WebStorm doesn't read tern files. It likes js files that include JSDocs format comments.
Before I launch into parsing the tern file into something else: is tern your source format you maintain my hand, or is there something behind that like a structured database I might find easier to work with?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Had a look and it appears WebStorm doesn't read tern files. It likes
js
files that includeJSDocs
format comments.Before I launch into parsing the tern file into something else: is tern your source format you maintain my hand, or is there something behind that like a structured database I might find easier to work with?