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

相关文章:

  • 2021-04-15
  • 2021-11-01
  • 2022-01-02
  • 2021-05-20
  • 2021-05-23
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2021-11-02
  • 2021-10-21
  • 2022-12-23
  • 2021-05-31
  • 2021-09-16
相关资源
相似解决方案