Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

External editor in Visual Studio 2008

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 external editor, not the internal VS one.

To keep it simple let's say I want it to open the file in Notepad++ (or how about Notepad to make it even simpler).

like image 359
demoncodemonkey Avatar asked Mar 11 '09 23:03

demoncodemonkey


2 Answers

Right click on the type of file you want in the Solution Explorer,

Then choose Open With...

Pick your program, and choose "Set as Default"

like image 85
Reed Copsey Avatar answered Sep 22 '22 06:09

Reed Copsey


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.

like image 24
Richard Avatar answered Sep 19 '22 06:09

Richard