Tod <[email protected]> writes: > Is there an IDE that the MW developer community has settled on and can > recommend?
Since no one else has said it: emacs is my choice. I typically use flymake (http://www.emacswiki.org/emacs/FlyMake) while editing to catch obvious syntax errors. I've configured emacs so that MW coding conventions are followed: <http://www.mediawiki.org/wiki/Manual:Coding_conventions#emacs_style> Oh, and it works with mediawiki-mode, which I maintain. So I can edit code and edit wikis via the API using the same editor. Mark. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
