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.
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?
I need the same guide. Some core types should be possible to access and instruct your IDE to read from.
But even more would be great to get a definition of your DOCTYPE. That would be a life changing!