have IntelliJ IDEA refresh the project and detect changed files

后端 未结 6 717
深忆病人
深忆病人 2020-12-13 06:32

I\'m using Eclipse for development because of all the things IntelliJ can\'t do (e.g. highlight all instances of a variable) and because IntelliJ is dog slow over a remote c

6条回答
  •  抹茶落季
    2020-12-13 07:04

    Intellij can highlight variable instances, you just need to enable it . Further, if you invoke compile project, Intellij will just compile changed files (and hotswap when possible, if you are in debug mode & deploying to e.g. tomcat)

提交回复
热议问题