Export structural search/replace templates into another project

Hello there.

I have a couple of user-defined structural search/replace templates in a project, and I wondered if it was possible to export them to another project/IDE without having to type them in again.

Is that doable?

0

Unfortunately they can't be exported/imported:( Please vote for https://youtrack.jetbrains.com/issue/IDEA-18846

Templates are stored in .idea/workspace.xml, like:

<component name="StructuralSearchPlugin">
    <searchConfiguration name="user defined" text="bla-bla" ...

 

You can search for such component in your project workspace.xml and manually copy them to your other projects... Not a good workaround, sorry:(

0

请先登录再写评论。