v2.8.0
版本发布时间: 2023-10-13 23:11:27
bbatsov/projectile最新发布版本:v2.8.0(2023-10-13 23:11:27)
New features
- #1862: Add project types "yarn" and "pnpm" separate from "npm".
-
#1851: Add ripgrep to
projectile-commander
with binding?p
. - #1833: Add Julia project discovery.
- #1828: Add Nimble-based Nim project discovery.
- Add elm project type.
-
#1821: Add
pyproject.toml
discovery for python projects. -
#1830: Add command
projectile-run-vterm-other-window
and bind it tox 4 v
.
Changes
-
#1839: Ensure
projectile-toggle-between-implementation-and-test
also obeysprojectile-project-test-dir
andprojectile-project-src-dir
. -
#1285: By default, use fd in Git repositories instead of
git ls-files
when it is installed, in order to solve the problem where deleted files were still shown inprojectile-find-file
until their deletions were staged. The user-facing behavior should be the same, although potentially with different performance characteristics in large Git repositories. The old behavior can be reclaimed by settingprojectile-git-use-fd
to nil. -
#1831: Enable the project.el integration only when
projectile-mode
is active. - #1847: Use literal directory name casing when toggling between impl and test.