Dan Fernandez, a developer at Microsoft has announced the release of a World of Warcraft addon IDE based off of Microsoft Visual Studio.
It features
- Visual Design Surface for visually designing your controls in World of Warcraft in a drag and drop manner.
- Lua code editor with syntax hi-lighting and code completion.
- Intellisense for FrameXML.
- Automatically generates TOC files.
- Auto generated event LUA event handlers.
- Automatic deployment while developing
- ACE2 addon development wizards
All in all really neat stuff. I personally love Visual Studio. A demonstration video is available here
var FO_13 = { movie:"http://dev.curse-gaming.com/static/flash/flvplayer.swf", width:"500", height:"350", majorversion:"7", build:"0", bgcolor:"#FFFFFF", allowfullscreen:"true", flashvars:"file=http://videos.cursebeta.com/stream2/premium/920.flv&autostart=true" }; $("#flvplayer_13").click(function(event) { UFO.create(FO_13, "flvplayer_13"); $(this).unbind('click'); });
Read Dan's blog and send some feature suggestions