如何在JetBrains Rider中创建C++桌面应用程序。

huangapple go评论229阅读模式
英文:

How to create C++ Desktop Application in JetBrains Rider

问题

在JetBrains Rider中创建C++桌面应用程序模板是否可能?

如何在JetBrains Rider中创建具有起始文件和C++代码的桌面应用程序,就像在Visual Studio中一样?

在Rider项目创建菜单中,我只找到了库、控制台应用程序或单元测试。

我尝试查找插件或目标设置,但没有找到。一个简单的解决方案是在Visual Studio中创建项目,然后在Rider中打开它,但这不像我在Rider中立即创建项目那样方便。

英文:

Is it possible to create C++ Desktop Application template in JetBrains Rider?


How I can create Desktop Application with start files and C++ code like in Visual Studio?
Visual Studio 2022 - project creating

In Rider project creating menu I only find Library, Console app or Unit test.
Rider 2023.1.2 - project creating

I try find plugins or target settings, but find nothing. Easy solution is to create project in Visual Studio and open it in Rider, but this is not as convenient as I created the project right away in the Rider.

答案1

得分: -2

不,因为Jetbrains开发了一个独立的IDE,名为**CLion,用于创建C/C++**项目。

英文:

No because Jetbrains developed a separate IDE called CLion for creating C/C++ projects.

huangapple
  • 本文由 发表于 2023年6月5日 12:52:50
  • 转载请务必保留本文链接:https://go.coder-hub.com/76403564.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定