v2.2.0
版本发布时间: 2020-06-10 20:28:16
bbatsov/projectile最新发布版本:v2.8.0(2023-10-13 23:11:27)
New features
-
#1523: Add a new defcustom (
projectile-max-file-buffer-count
) controlling how many opened file buffers should Projectile maintain per project. - Optional support for comments in .projectile dirconfig files using
projectile-dirconfig-comment-prefix
. -
#1497: New command
projectile-run-gdb
(x g inprojectile-command-map
). - Add Bazel project type.
Bugs fixed
- #1503: Leave archive before searching for the project root.
Changes
- #1528: Improve massively the performance of native indexing (it's around 10x faster now).