Find and Replace symbol for whole project intellij?

前端 未结 2 1125
情书的邮戳
情书的邮戳 2021-02-01 12:01

In IntelliJ IDEA, is there an option to find and replace a symbol for whole project with on time operation?

相关标签:
2条回答
  • 2021-02-01 12:12

    EDIT:

    Here is the Visual representation for better understanding.

    Replacing a piece of text in all the files within the specified path do one of the following:

    • On the main menu, choose Edit | Find | Replace in Path
    • Press Ctrl + Shift + R

    You can try Ctrl + Shift + F.

    And if you are using Eclipse keymap for IntelliJ then you can use Ctrl + H.

    0 讨论(0)
  • 2021-02-01 12:23

    Windows/Linux Shortcut

    CTRLSHIFTR

    MacOS Shortcut

    R

    Common Shortcut

    Press SHIFT twice and type Replace in Path

    You get an option to apply file mask, scope, etc.

    0 讨论(0)
提交回复
热议问题