PhpStorm and support for ExtJS
Hello !
In the moment i work with the javascript library ExtJS.
I have added this library to my project.
I have added the library with all comments.
Now i write a little example script:
-----------------------
var test = new Ext.Window({
title: 'my window'
});
-------------------------
The library has been commented with JavaDoc.
How can I activate the help function ?
Your sincerly
Stephan
Attachment(s):
view.jpg
Please sign in to leave a comment.
Hi Stephan,
Please try the below while having cursor on a function/method/etc name:
View | Quick Documentation Lookup
View | External Documentation