xmake-vscode icon indicating copy to clipboard operation
xmake-vscode copied to clipboard

VSCode 插件添加目标分组

Open SaeruHikari opened this issue 3 years ago • 4 comments
trafficstars

Is your feature request related to a problem? Please describe.

项目里的目标过多,在 VSCode 插件中进行浏览和操作时会感觉很凌乱。

image

另外 options 貌似存在问题?大部分情况下都不能正确加载 options,只能通过手动方式更改 xmake 脚本中的选项。

image

Describe the solution you'd like

  • 给 target 添加一个 category 选项以便于在 VSCode 插件或者其他的 IDE 中进行文件夹分组;
  • options 显示和编辑修复。

Describe alternatives you've considered

No response

Additional context

No response

SaeruHikari avatar Jun 23 '22 16:06 SaeruHikari

这个左边栏是应该有东西的么? 。。。 image

sunxfancy avatar Jun 23 '22 20:06 sunxfancy

这个侧边栏也是人家贡献过来的,我也没细看 之前稍微修了点 这个相关的 bug 了。。

目前暂时没时间看这个,先备着吧,或者可以直接来个 pr https://github.com/xmake-io/xmake-vscode/blob/master/src/explorer.ts

waruqi avatar Jun 24 '22 02:06 waruqi

options 的问题,我刚修了下,应该可以了

waruqi avatar Jun 24 '22 10:06 waruqi

options 的问题,我刚修了下,应该可以了

waruqi avatar Jun 24 '22 10:06 waruqi