Visual Studio 2008 中的外部编辑器

发布于 2024-07-15 10:55:51 字数 165 浏览 4 评论 0原文

有没有办法为 VS2008 设置外部编辑器集成?

我的意思是,当我在解决方案资源管理器中双击 .CPP 文件时,它应该在外部编辑器中打开,而不是在内部 VS 编辑器中打开。

为了简单起见,假设我希望它在 Notepad++ 中打开文件(或者使用 Notepad 使其更简单)。

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

五里雾 2024-07-22 10:55:51

在解决方案资源管理器中右键单击所需的文件类型,

然后选择打开方式...

选择您的程序,然后选择“设置为默认值”

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"

忆伤 2024-07-22 10:55:51

右键单击任何文件并选择打开方式...

然后单击“添加”浏览到您为此文件类型选择的程序并将其添加到列表中,选择“设置为默认值”

从现在开始,当您双击此文件时文件类型它将在您选择的编辑器中打开。

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.

凹づ凸ル 2024-07-22 10:55:51

(在VS2008中)

您可以转到:工具-> 选项-> 文本编辑器 -> 文件扩展名。 输入文件扩展名并选择要使用它启动的程序

(In VS2008)

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文