Kind of a newbie VS question : I'm not certain it's called a workspace in VS, but when I log in as a different user on my PC, I notice that VS acts as it is in another 'workspace' (cf. Eclipse)
The custom codesnippets are managed seperately for example, and also the Macro's I write under one useraccount are not available under another workspace. Hence the question, can I import macros from another user-account (workspace?)
Or even better, can I choose the same 'workspace' or environment, with different useraccounts?
UPDATE : After searching a bit, I just copied the file :
C:\Documents and Settings\__ACCOUNT1__\My Documents\
Visual Studio 2008\Projects\VSMacros80\MyMacros\MyMacros.vsmacros
to
C:\Documents and Settings\ __ACCOUNT2__\My Documents\
Visual Studio 2008\Projects\VSMacros80\MyMacros\MyMacros.vsmacros
and that works fine for me now, but of course that isn't a solution in a normal case, since I overwritten the code and it is duplicated now!!