IDE setup for Js scripting

Hello everyone!

Please advise how to set up IDE for JS scripting, VsCode or any other to get autocomplete with suggestions while creating client scripts. I.e. when I type frappe. get a suggestion with all available methods on that object?

I have dev experience, but facing frontend the first time. I tried to setup up VsCode, and played with jsconfig.json, but no luck for now. Have basic js code completion but not for modules.

Thanks in advance!

after playing around with JS, seems like I need a way to tell VsCode to scan all modules across all folders in the project. Even if I’m in frappe app, vscode intellisense still doesn’t work. Any ideas or hints?