Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which IDE is used for developing application in Phonegap?

Tags:

cordova

I am new in Phonegap.i am currently working in iOS Application developer. I want to Start develop application using Phonegap.I want to know which development platform (IDE) is used to develop Phonegap application?

Can i develop whole application using Dreamweaver?

I don't wish to used Phonegap in Xcode. is there any way to used in window PC for develop iOS application using Phonegap?

Thanks in advance.

like image 845
user3753514 Avatar asked Jan 11 '23 09:01

user3753514


2 Answers

If you want to develop application for Phonegap or Apache Cordova, you have many IDE's at your disposal:

  1. Microsoft Visual Studio now supports the development of Cordova apps.. Check out the tools for Apache Cordova.
  2. The Eclipse THyM project adds support for developing Hybrid Mobile apps with Cordova / Phonegap
  3. Netbeans provide native support for developing Cordova / Phonegap Apps
  4. Jetbrains WebStorm provides support for Cordova
  5. Intel released the Intel XDK and it provides and easy, visual way to build Cordova / Phonegap apps
like image 193
James Parsons Avatar answered Jan 19 '23 10:01

James Parsons


Update

Visual Studio 2017 is the last version of VS with first-party support for Cordova and PhoneGap. Visual Studio 2019 no-longer supports it. The official guidance is to use Visual Studio Code or stick with VS2017 instead.

Old, obsolete answer:

Visual Studio 2013 supports developing for Cordova (PhoneGap) with a new first-party add-in - it's stll in the preview stage, but try it out :)

Disclaimer: I work on this! :D

like image 22
Dai Avatar answered Jan 19 '23 09:01

Dai