No documentation found with my library
Hi,
I'm using a big JS library cointaining a lot of functions with JSDoc.
When I try to write the name of a function, the auto-complete works fine. But the documentation is never shown : I get "No documentation found".
I made a few tests (by truncating the file) and it seems that the size of the file (3MB) is the reason why the documentation is not correctly displayed.
Is there a way to increase the limit PHPStorm uses to show the JSDoc included in the files?
Thanks,
Fabio Chelly
Please sign in to leave a comment.
I have found for those who are interested:
I just needed to change the property idea.max.intellisense.filesize in the file bin/idea.properties