Open keturn opened 3 years ago
When opening a project for the first time IntelliJ spends a while indexing. This can take a few minutes, maybe longer, depending on how fast your development workstation is.
But there's no reason for every installation to re-build those indices from scratch. We could build them once and share the result: https://www.jetbrains.com/help/idea/shared-indexes.html#project-shared-indexes
Maybe this could be done as a CI step?
Questions:
we could publish it to the artifactory I think.
When opening a project for the first time IntelliJ spends a while indexing. This can take a few minutes, maybe longer, depending on how fast your development workstation is.
But there's no reason for every installation to re-build those indices from scratch. We could build them once and share the result: https://www.jetbrains.com/help/idea/shared-indexes.html#project-shared-indexes
Maybe this could be done as a CI step?
Questions: