A localhost development environment (ubuntu maverick gvim apache -> web php css js)
The vim plugin "project" appears to be a more robust form of NERDTree - using folds, etc.
The vim plugin "sessions" seems geared to reload a project's last working environment condition.
The vim plugin "cscope" seems to allow navigating project files via classes, functions, etc.
I have my vim settings in:
/home/folder/.vim/plugins
/home/folder/.vimrc
My progjects are in:
/home/folder/project_1/website/ 100+ dir/files
/home/folder/project_2/website/ 100+ dir/files (and so on)
Questions: How best to create the tags for cscope to use per project so that any particular session in gvim finds only those tags specific to a project? Do I need to change the .vimrc each time I want to focus on a particular project or is there a better way?
Thanks in advance!