IntelliJ: Move to next typo

前端 未结 4 417
忘掉有多难
忘掉有多难 2020-12-24 00:14

IntelliJ IDEA has an inspection that checks for spelling. In the analysis overview, I can see how many spelling mistakes were found, e.g. 12 typos found. In the

4条回答
  •  死守一世寂寞
    2020-12-24 01:02

    IntelliJ IDEA 2016.3

    If you want to fix all typos from the project, you can list all of them and iterate through them using double click (or F4 to open the source):

    • Analyze > Run Inspection by Name...

      Analyze > Run Inspection by Name

    • Type "Typo"

      Typo

    You will be able to see a list containing all typos grouped by file:

    Spelling

提交回复
热议问题