Eclipse Plugins for ColdFusion
Posted At : Mar 29, 2009 10:58 AM
Posted By : Akbarsait
Categories:
ColdFusion
,
Web
,
CFEclipse
I have been using Eclipse for ColdFusion development both at my home and work with the CFEclipse plugin and I'm wondering what other developers in the ColdFusion community are using along with CFEclipse plugin for to make our daily job easy and more productive. These are the plugins I'm using along with CFEclipse so please share your plugins for ColdFusion development.
1. CFEclipse ‐ The core for the ColdFusion Development with Eclipse.
2. CF 8 Extensions for Eclipse ‐ This includes Interactive environment for debugging with ColdFusion server, RDS Data view, Log Viewer, ColdFusion Ajax and Flex Wizards.
3. Subclipse ‐ Plugin for Subversion version control system.
4. SnipEx Servers ‐ SnipEx servers are really helpful for to have a handy code snippets for development. I'm using the snippets of CFLib.org by Ray Camden and CFSnippets.org by Todd Sharp both these snippet are very useful.
5. Amateras ‐ Plugin for HTML, CSS, XML and JavaScript with code completion, code outline and code validations. Contents assist for HTML and HTML code preview with source and preview tab feature in Eclipse IDE. Amateras also includes wizards for adding JavaScript libraries, HTML and XML files.
6. XmlBuddy ‐ Plugin for validating XML documents and XML Schemas.



For me - I use all those you listed plus Full Screen Eclipse (maximize that real estate!) and I have a RegEx testing plugin...
I'm ashamed to say, "That's it!" Just gets too slow with more plugins.
* Columns for Eclipse - enables you to select text "vertically" and cut/copy/paste/delete etc.
* CF Frameworks Explorer - a great way to see an outline of application components for applications using common frameworks like Mogel-Glue, Mach II, etc.
* FusionDebug - an interactive step debugger which runs on Adobe ColdFusion 6.1, 7 and 8 as well as Railo. [not free]
* JSEclipse - for JavaScript development
* MXUnit - for running MXUnit unit tests
* soapUI - for interacting with SOAP web services