Show JavaScript reference documentation
Hello,
is there a way to show the JavaScript reference documentation for standard type functions like Array.prototype.slice()?
When I press Ctrl + Q to show the documentation I always get an error "Cannot fetch remote documentation: internal error".
I am connected to the internet and updating WebStorm usually works fine.
Thank you,
Stefan
Please sign in to leave a comment.
Both Ctrl+Q (quick documentation) and Shift+F1 (external documentation) work for me. Please can you provide a code snippet I can use to recreate the issue plus your idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)?
I am very sorry about this... Everything seems to work after I have rebooted my machine... sorry for that. :(
Today I have received the error again.
I am on Ubuntu 16.04 using WebStorm 2017.1.4.
This is added to the log file after I have executed Ctrl + Q:
I have set the cursor on some and pressed Ctrl + Q:
if(myArray.some(x => x === 'foo')) {// do something
}
Thank you and sorry for the circumstances
Can't recreate with provided code snippet:
Can you replicate the issue in a new project? Looks as if something is wrong with project library definitions...
Hello Elena,
sorry for my late response. I wanted to test things for some time. It seems you were right and there was something wrong in my project. I have created a new one and from that point of time everything works like a charm.
Thank you very much for your support.