“Add existing item” in Visual Studio: is it possible to make “Add as link” default?

前端 未结 5 1843
臣服心动
臣服心动 2021-02-05 15:12

As pointed out in this SO answer, the Add > Existing item dialog in Visual Studio by default displays the Add button (meaning that the selected items will be p

5条回答
  •  眼角桃花
    2021-02-05 15:26

    Unfortunately, there is no option for that. But there is silver lining. You can drag files to a project and drop them to desired folder. Files are copied to your project. If you press Alt key doing drag and drop operation, files are not copied but linked instead.

提交回复
热议问题