Getting VS Code's IntelliSense to work with jatos.js
Hi,
I just started working with JATOS and so far I'm loving it. Everything is so user-friendly!
I'm writing all my experiments using VS Code and I would like to get auto-complete suggestions for functions and objects in the jatos.js library. Given that the library is supplied by the server during runtime, I don't need to import it when I'm developing. Has anybody found a way to get auto-complete suggestions when writing code involving jatos.js?