ProjectManager icon indicating copy to clipboard operation
ProjectManager copied to clipboard

Project Manager for Sublime Text

Results 26 ProjectManager issues
Sort by recently updated
recently updated
newest added

This PR proposes to add `.python-versions` so PackageManager can run on python 3.8

Hey ! I needed to have workspace management for my projects, and I already used your plugin so I modified it to fulfill my needs. I changed a bit of...

After updating to ST4, when I try to switch between my projects, the path text under project name when modal opens is always blue whatever theme/color scheme you use. Screenshot:

Added 3 new options: * `auto_discover_base_directories` - Similar format to `projects` setting, but will look in these directories for any git, hg, or svn repos and auto create project files...

So one can directly open a project via `.sublime-keymap` ```json { "keys": ["shift+alt+super+d"], "command": "project_manager", "args": { "project": "Dotfiles" } }, ```

Hi Is it possible to hook into the opening project command, and run another script to open terminal at the project root directory? I'm looking for a solution that when...

The plugin of Visual Studio Code, Project Manager, can detect the `git` or `svn` projects when i indicate a list of folders. I think it is very intelligent, and this...

Hi, So this has been a favorite plugin since forever. I do wish this is the default way Sublime would use projects ;-) However I have only noticed since ST4,...

This is definitely a new feature request as the plugin as is works great. It would be great to have a way of switching sublime workspaces within a project. What...

# Do not reposition window of opened project ## Expected behaviour Keep the window position of opened project when "open project in new window", Just behaves like sublime's builtin "Open...