External editor in Visual Studio 2008

前端 未结 3 1567
误落风尘
误落风尘 2021-02-06 12:05

Is there any way to set up external editor integration for VS2008?

By this I mean when I double-click on a .CPP file in the Solution Explorer, it should open in the exte

3条回答
  •  清歌不尽
    2021-02-06 12:34

    Right click on any file and choose open with..

    Then click on add to browse to the program of you choice for this file type and having added it to the list, select "set as default"

    From now on when you double click on this file type it will open in the editor of your choice.

提交回复
热议问题