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!