# Source: projectile # Package: elpa-projectile # Versions: elpa-projectile (3.2.1-1), elpa-projectile (3.3.0-1), elpa-projectile (3.4.0-1) # This Description is active # Prioritize: 47 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. Description-it: libreria per interazione con progetti per Emacs . . . # other Descriptions of the elpa-projectile package with a translation in it: # # Description-id: 292746 https://ddtp.debian.org/ddt.cgi?desc_id=292746 # patch https://ddtp.debian.org/ddt.cgi?diff1=292746&diff2=327764&language=it # This Description was in forky from 2025-08-10 to 2026-07-27; # This Description was in trixie from 2023-06-12 to 2026-07-13; # This Description was in bookworm from 2022-08-09 to 2026-07-13; # This Description was in sid from 2022-08-04 to 2026-07-22; #