Importing Eclipse snippets Permanently deleted user 创建于 2009年09月11日 11:09 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.
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.