Developer tools??

Developer tools??

by Fredi Gertsch -
Number of replies: 3

As a Microsoft Visual Studio developer I plan a side-step to the php-world for developing a moodle-module. What tools do you use? (IDE?)

Average of ratings: -
In reply to Fredi Gertsch

Re: Developer tools??

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Welcome to the world of 'proper' programming languages big grin

This one has been discusses a 'lot'. You don't say what platform you are using but I assume its Windows. I normally use a Mac or a Linux box remotely, so I use vim (www.vim.org) or gvim the graphical version, along with ctags for finding stuff. You can get this for windows as well of course.

On the odd occasion I use a windows machine I tend to use HTML-Kit from www.chami.com, which understands PHP (and lots of other stuff) quite nicely. Most free IDEs I have tried have been dreadfully slow.