vote up 3 vote down star
3

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).

flag

55% accept rate

3 Answers

vote up 5 vote down check

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"

link|flag
Yep that worked, thanks. – demoncodemonkey Mar 11 at 23:52
vote up 0 vote down

(In VS2008)

You can goto: Tools -> Options -> Text Editor -> File Extension. Put a file extension in and choose a program to launch with it

link|flag
I tried that list but it doesn't contain Notepad and I can't see a way of adding it. – demoncodemonkey Mar 11 at 23:51
vote up 2 vote down

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.

link|flag
Thanks Richard, you also provided a perfect answer but Reed just beat you to it :) – demoncodemonkey Mar 11 at 23:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.