Search code examples
visual-studio-codeintellisensetone.js

How do I set up Visual Studio Code Intellisense for Tone.js?


I'm trying to learn how to use the Tone.js library, writing my code in Visual Studio Code. How can I set VSC up to use Intellisense with this library?


Solution

  • If you have done npm install tone in your project, there is no need to do anything extra, you just need to import the library and you will get intellisense for that.

    If you have any more questions, let me know!