Projects
Broadly speaking, Projectile identifies projects like this:
- Directories that contain the special
.projectile
file - Directories under version control (e.g. a Git repo)
- Directories that contain some project description file (e.g. a
Gemfile
for Ruby projects orpom.xml
for Java maven-based projects)
Project-wide actions
- Find file:
SPC p f
- Invalidate cache:
SPC p i
- Invalidate cache:
- Save all:
SPC p s
- Project-wide search and replace