When creating plugins I often struggled to find out what Object or method I could and needed to use, so a code suggest or code assist tool would be most helpfull.
I believe the Aptana IDE can provide a good solution here. If I understand correctly it pops up the codeAssist for any Class or Object that was documented with ScriptDoc. This codeAssist then displays all the available methods and properties for the Object or Class.
- Aptana: http://www.aptana.com/
- About Apatana's Code Assist: http://www.aptana.com/docs/index.php/About_Code_Assist
- Setting up Code Assist using ScriptDoc: http://www.aptana.com/docs/index.php/Se ... _ScriptDoc
- Documenting your code using ScriptDoc: http://www.aptana.com/docs/index.php/Do ... _ScriptDoc
- Aptana screencast about how to use the ScriptDoc tool: http://www.aptana.tv/movies/aptana_scri ... rview.html
- Aptana screencast about Code Assist: http://www.aptana.tv/movies/aptana_code ... files.html