pantsbuild / intellij-pants-plugin

IntelliJ Plug-in for Pants Build
Apache License 2.0
73 stars 55 forks source link

IntelliJ indexing optimization #174

Open wisechengyi opened 8 years ago

wisechengyi commented 8 years ago

The goal is to minimize the time developer has to wait for indexing (up to 20 - 25 mins) before they can iterate in a large project.

The general idea is to divide project import into different phases (if user chooses so):

  1. target roots + their direct deps
  2. rest of the transitive deps
macripps commented 7 years ago

intellij_indexing

For some reason, IntelliJ seems to be trying to index under .pants.d/junit - I don't think it ought to be including that path.