Loading

Visual Studio 2017 配置导出/导入/重置

1.打开VS,按下面的快捷键呼出命令窗口

Ctrl+Alt+A

2.导入/导出/重置命令

Tools.ImportandExportSettings [/export:filename | /import:filename | /reset]

 

导出示例:

Tools.ImportandExportSettings /export:"D:\vs-settings.vssettings"

 导入示例:

Tools.ImportandExportSettings /import:"D:\vs-settings.vssettings"

 重置示例:

Tools.ImportandExportSettings /reset

 

官方文档:

https://docs.microsoft.com/en-us/visualstudio/ide/reference/import-and-export-settings-command

posted @ 2018-01-20 19:22  myEsn2E9  阅读(2330)  评论(0编辑  收藏  举报