Importing Eclipse snippets
I have just switched over from Eclipse and have a large collection of code snippets that I regularly use.
Is there any way to import these into IntelliJ? Eclipse exports them as XML.
Thanks,
Damian.
Please sign in to leave a comment.
create a module and add the source paths to your snippets to the module, then use this module inside your other projects. this is what i am doing.