Reputation: 4137
Currently I am coding my google-chrome-extensions using a combination of notepad and the chrome console. I am 100% sure that there is a better way of programming these extensions. What environments are people using?
Upvotes: 6
Views: 3273
Reputation: 2813
You might want to check:
NetBean 7.0 (They have a great version for web development that let you write HTML,CSS and JS with all the great code sniff/highlight/complete stuff)
Eclipse got some good version for web dev (PDT and others).
Notepad++ , UltraEdit, TextPad or any other good editor you like.
As for the debug, profile and test mode - you have the developers tool in Chrome that are excellent. You might want to check out this short video that give lots of useful tips: http://www.youtube.com/watch?v=nOEw9iiopwI
Good luck!
Upvotes: 1
Reputation: 5920
I'm using Notepad++ which works beautifully.
You might consider trying the crossrider beta to build cross-browser extensions. I've found the experience on Chrome superb so far.
Upvotes: 4
Reputation: 137430
Your preferred IDE (eg. NetBeans) and Google Chrome (you have to test on something, right?).
Upvotes: 2