Dreamweaver Snippets in CFEclipse
A question was asked today in the cf-talk list that I had to find a solution to and thought I would share it with you all:
I noticed that there's been some mention that you can import your snippets from dreamweaver into eclipse. But I have not been able to find any instructions or examples on how to do such.Does anyone know of any step by step instructions to do the snippets import?
This is indeed possible for Dreamweaver snippets:
- copy your snippets from dreamweaver
<dreamweaver
root>\Configuration\Snippets - go to your workspace (the one you open with eclipse) mine is:
D:\Applications\eclipse_3.1.1\workspace\.metadata\.plugins\com.rohanclan.cfml\snippetsand copy your snippets there.
- dreamweaver snippets are stored as .csn files, rename them as .xml files
- refresh your snippets view in cfeclipse.
Hope that helps you lot out :)
UPDATE: you dont actually have to rename them, you can keep the .csn names.