Source: projectile Section: editors Maintainer: Debian Emacsen team Uploaders: Aymeric Agon-Rambosson , Build-Depends: asciidoctor, debhelper-compat (= 14), dh-elpa (>= 1.7), dh-exec, elpa-buttercup , elpa-consult , git , Standards-Version: 4.7.4 Homepage: https://github.com/bbatsov/projectile Vcs-Git: https://salsa.debian.org/emacsen-team/projectile.git Vcs-Browser: https://salsa.debian.org/emacsen-team/projectile Package: elpa-projectile Architecture: all Depends: ${elpa:Depends}, Recommends: emacs, Suggests: elpa-ag, ripgrep, fd-find, exuberant-ctags, Enhances: emacs Description: project interaction library for Emacs Projectile is a project interaction library for Emacs. It provides a powerful set of features operating at the project level, as well as simple heuristics to identify projects. . Here are some of Projectile's essential features: . * jump to a file in a project, ranked by frecency (how recently and often you visit it) * jump to a project buffer * jump to a test in a project * find a file of a given kind and jump between related files (e.g. a Rails model and its controller) * toggle between files with the same name but different extensions (e.g. `.h` <-> `.c/.cpp`, `Gemfile` <-> `Gemfile.lock`) * toggle between code and its test (e.g. `main.service.js` <-> `main.service.spec.js`) * jump to recently visited files in the project * switch between projects you have worked on * per-project sessions with tab-bar workspaces (restore each project's window layout and buffers, even across restarts) * kill (close) all project buffers * search a project (grep/ripgrep, plus a native reviewable results UI) * replace in a project, with a reviewable before/after preview * find references in a project (using `xref` internally) * run project commands and custom tasks (build/test/run, `make`, `lein`, and your own named tasks) * run the test at point (tree-sitter, Emacs 29+) * works with any `completing-read`-based completion UI (Vertico, Consult, Fido, Ido, etc.) * automatic project discovery (see `projectile-project-search-path`) * integration with the built-in `project.el` library . There's also a rich ecosystem of third-party Projectile extensions that add even more features.