英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论