+8
api to access a project's .sublime-project and .sublime-workspace files
There's currently no way for a plugin to easily access a project's .sublime-project and .sublime-workspace files.
I'd like to see something like project_file() and project_workspace() added to the sublime.Window class
Customer support service by UserEcho
This is a must have, bc .sublime-project can be stored in anywhere on the file system (outside of project folder list)
You currently have to use the following steps to implement this: