Jump to content

I'm using VS Code to develop mods in plain JavaScript. Question: how can I install IntelliSense for the "mod-api" into the VS Code environment?


Anton Keller

Recommended Posts

Hello Anton. The IntelliSense should be available in VS Code as soon as setup a development environment, which requires you to install code editor and Node.js and of course a running instance of Spotfire (web or client is fine). Once you have these components installed, you usually start off by downloading a template from TIBCOSoftware GitHub repository. Download the code and extract one of the examples from the examples folder. If you want to start from scratch, extract and open the js-dev-starter in VS Code and follow the readme.md instructions. After running npm install, you should be ready to go!

IntellySense.thumb.gif.ec727452f6fc1c009b3eacfe42830872.gif

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...