在Visual Studio中导出和导入书签

在Visual Studio中导出和导入书签

问题描述:

是否可以从任何Visual Studio导出/导入书签?

Is it possible to export/import bookmarks from any Visual Studio?

书签存储在解决方案的SUO文件中.因此,从理论上讲,您可以通过在周围复制该文件或将其放置在源代码管理中来导入/导出它们.实际上,这是一个坏主意,因为该文件是特定于开发人员的,并且覆盖该文件不仅会导致导入书签,还会造成附带损害.

The bookmarks are stored in the solution's SUO file. So in theory you can import/export them by copying that file around, or placing it in source control. In practice, that would be a bad idea because that file is meant to be developer-specific and overwriting it will cause collateral damage in addition to importing the bookmarks.

但是,如果您想到的是没有问题的特定情况,则可以尝试这样做.

However, if you have a specific scenario in mind where that is not a problem you can try doing it.