Recommended autocomplete for developing extensions?

Plugging my own extensions, which I created for this reason:

  • Install the TypeScript extension and install the @types/nova-editor or @types/nova-editor-node (more info) npm package in your workspace to get JavaScript or TypeScript autocompletion and validation for the Nova JS api.
  • Install the JSON extension to get autocompletion, validation, and hover-help within the extension.json file.
5 Likes