webstorm - How to create jsdoc types from json schemas -


i have tons of json schema node.js project. can use them in way for:

  • accessing them jsdoc types ".js" code files increase webstorm intellisense accuracy
  • or creating jsdoc type definitions automatically

?

the closest have seen suggest vscode's support json schema regard editing json files.

i expect given have started support json schema, worth logging issue them regarding extending capabilities of such support. if did , let me know support it!


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -