Keep Visual Studio project files in sync
I've just started using WebStorm for a new Javascript project and really enjoying it. The one downside is that all my colleague are still using Visual Studio which means that when I come to add/edit files I need to also open a copy of VS to update the project file.
Do you think the integration points are in place for me to write a plugin to manage keeping the Visual Studio project file in sync when I come to checkin? Have you got any samples for plugins where a similar type of approach is taken?
Any other suggestions appreciated!
Martin
请先登录再写评论。
We've changed our VS project type to a Web Project which is more suitable for people working in other IDEs.