Show SOME invisible/whitespace characters in Eclipse

前端 未结 5 1778
终归单人心
终归单人心 2020-12-07 10:53

A long while back I transitioned to doing all my web application development in Eclipse from BBEdit. But I miss one little feature from BBEdit. I used to be able to show inv

5条回答
  •  既然无缘
    2020-12-07 11:29

    I use Checkstlye plugin for such a purpose. In Checkstyle configuration, I add special regexp rules to detect lines with TABs and then mark such lines as checkstyle ERROR, which is clearly visible in Eclipse editor. Works fine.

提交回复
热议问题