Skip to content

Add projectile-add-and-switch-project command#1973

Open
bbatsov wants to merge 1 commit into
masterfrom
feature/1697-add-and-switch-project
Open

Add projectile-add-and-switch-project command#1973
bbatsov wants to merge 1 commit into
masterfrom
feature/1697-add-and-switch-project

Conversation

@bbatsov
Copy link
Copy Markdown
Owner

@bbatsov bbatsov commented Feb 15, 2026

  • Adds projectile-add-and-switch-project command that prompts for a directory, adds it to known projects, and immediately switches to it
  • Similar to project.el's "choose a directory" workflow
  • Also added to the Projectile menu under Projects

Closes #1697

Closes #1697

Add a new command that combines projectile-add-known-project and
projectile-switch-project-by-name, allowing users to pick a directory,
register it as a known project, and switch to it in one step.
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!

@github-actions github-actions Bot added the Stale label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Make it possible to add and switch to a new directory (like "choose a directory" in project.el)

1 participant