Can the PhoneGap library be integrate into webstorm easily?
Hi, Hopefully a very quick question.
Can the phonegap library be intergrated into webstorm without much fuss as I can't find much information about it.
Thank you in advance.
Please sign in to leave a comment.
Hi Darren,
If you mean javascript part of PhoneGap, you basically need to unpack your files on your local drive (under the project root folder, or outside) and create new JavaScript library (Settings -> JavaScript -> Libraries). This way you will have code hinting for library classes and methods.
All the best,
Kirill
Thank you, I figured it may be as simple as that but wsn't sure if it require something more.