简体   繁体   中英

WebStorm : Jsdoc unresolved function or method for console.debug()

I am getting this error on WebStorm "Unresolved function or method" while implementing console.debug(). I have already added the HTML, HTML 5 in Settings->Languages & Framework->Javascript-> Libraries. Any leads will be helpful.

Thank you in advance.

This happens because WebStorm doesn't have console.debug definition in it's internal file DHTML.js, like console.log .

It will be fixed in WebStorm 2016.3. Tracking issue is WEB-3371 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM