tags:

views:

53

answers:

0

FlexBuilder 3 is based on Eclipse, and I use org.eclipse.wst.common.snippets as my snippets tool. The data for this is stored in each workspace at

WORKSPACE\.metadata\.plugins\org.eclipse.wst.common.snippets

Currently, every time I create a new workspace I have to copy the snippets over from the old one. Not only is this repetitive and annoying, it means that whenever I create a new, useful snippet I have to backfill it to all the others.

I've tried putting the org.eclipse.wst.common.snippets into C:\Program Files (x86)\Adobe\Flex Builder 3\plugins, but that doesn't work.

There is probably a really obvious solution to this, but I've looked all over and haven't found one. Makes me feel dumb. What am I missing? Is there a way to store snippets centrally instead of all over the place?