CLion Web API functions "Unresolved function or method"
Hi,
Can someone please help me to configure CLion to be able to resolve Web API functions in JavaScript files? This is what I see:
The `URL`, `fetch()` and the `DOMParser()` web API calls all don't resolve in the editor. I've been Googling for a few hours now and just cannot figure out what I'm meant to do to get these to be resolved. I'm not dealing with a Node.js project or anything, just HTML and JavaScript. Objects and their properties defined in the file do resolve correctly.
I'm using:
CLion 2023.1
Build #CL-231.8109.174, built on March 28, 2023
TIA
Please sign in to leave a comment.
Please make sure HTML is enabled in `Settings | Languages & Frameworks | JavaScript | Libraries`
Thanks for replying. Yes, I already have that enabled. The issue still exists.
Is it reproducible in a brand new project? Please attach a screenshot of `Settings | Languages & Frameworks | JavaScript | Libraries`.