xmake icon indicating copy to clipboard operation
xmake copied to clipboard

支持vs的文件夹项目

Open ChrisCatCP opened this issue 6 months ago • 3 comments

你在什么场景下需要该功能?

偶然间发现vs支持配置文件来配置intelliSense 要是xmake能支持就好了 https://learn.microsoft.com/zh-cn/cpp/build/open-folder-projects-cpp?view=msvc-170

描述可能的解决方案

类似compile_commands.json一样自动更新CppProperties.json tasks.vs.json launch.vs.json

描述你认为的候选方案

No response

其他信息

No response

ChrisCatCP avatar Aug 17 '25 08:08 ChrisCatCP

Bot detected the issue body's language is not English, translate it automatically.


Title: Folder project that supports vs

In what scenario do you need this function?

I accidentally found that vs supports configuration files to configure IntelliSense if xmake can support it https://learn.microsoft.com/zh-cn/cpp/build/open-folder-projects-cpp?view=msvc-170

###Describe possible solutions

Automatically update CppProperties.json tasks.vs.json launch.vs.json

Describe what you consider to be a candidate

No response

Other information

No response

Issues-translate-bot avatar Aug 17 '25 08:08 Issues-translate-bot

这种自己搞个 task 插件生成下就行了。

waruqi avatar Aug 20 '25 04:08 waruqi

Bot detected the issue body's language is not English, translate it automatically.


This is enough to create a task plug-in by yourself.

Issues-translate-bot avatar Aug 20 '25 04:08 Issues-translate-bot