how to import a eclipse code template file to intellij idea?

前端 未结 2 1083
青春惊慌失措
青春惊慌失措 2021-02-15 16:10

There are two different files about code style in eclipse:

  1. Code formatter file
  2. Code template file.

Now I know the code formatter file can

2条回答
  •  野的像风
    2021-02-15 16:51

    Unfortunately you cannot import code templates out of the box.
    That might change in the future though..
    http://blog.jetbrains.com/idea/2014/01/intellij-idea-13-importing-code-formatter-settings-from-eclipse/

    Your best bet for now is to get this plugin to work and give it a go..
    https://code.google.com/p/eclipse2idea/
    http://www.danhaywood.com/2009/10/11/converting-eclipse-templates-to-intellij-idea/

    I couldn't find the plugin on the marketplace or an update site for it though.
    Best of luck..

提交回复
热议问题