1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 xmake-vscode v0.0.17 插件发布,跨平台构建工具 下载

Discussion in '软件资讯' started by 漂亮的石头, 2017-10-12.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,979
    Likes Received:
    47
    简介


    xmake-vscode是一个集成了xmake的Visual Studio Code插件,针对xmake工具进行深度集成,提供可视化的c/c++跨平台构建支持。

    xmake是一个基于lua的跨平台构建工具,具体信息请参考: xmake

    如果需要了解xmake-vscode开发的详细说明,请参考:xmake-vscode插件开发过程记录

    xmake-vscode插件特性支持


    • 语法高亮


    • 智能提示和api自动补全


    • 状态栏按钮快速构建


    • 命令列表支持


    • 全局配置支持


    • 快速构建,运行和调试

    语法高亮和自动补全


    [​IMG]

    状态栏按钮


    [​IMG]

    命令列表


    [​IMG]

    状态栏快速配置


    可以快速切换构建平台、架构、编译模式

    [​IMG]

    快速构建支持


    [​IMG]

    调试支持


    [​IMG]

    全局配置支持


    {
    "configuration": {
    "type": "object",
    "title": "XMake configuration",
    "properties": {
    "xmake.logLevel": {
    "type": "string",
    "default": "normal",
    "description": "The Log Level: normal/verbose/minimal",
    "enum": [
    "verbose",
    "normal",
    "minimal"
    ]
    },
    "xmake.buildLevel": {
    "type": "string",
    "default": "normal",
    "description": "The Build Output Level: normal/verbose/warning/debug",
    "enum": [
    "verbose",
    "normal",
    "warning",
    "debug"
    ]
    },
    "xmake.buildDirectory": {
    "type": "string",
    "default": "${workspaceRoot}/build",
    "description": "The Build Output Directory"
    },
    "xmake.installDirectory": {
    "type": "string",
    "default": "",
    "description": "The Install Output Directory"
    },
    "xmake.packageDirectory": {
    "type": "string",
    "default": "",
    "description": "The Package Output Directory"
    },
    "xmake.workingDirectory": {
    "type": "string",
    "default": "${workspaceRoot}",
    "description": "The Project Working Directory with the root xmake.lua"
    },
    "xmake.androidNDKDirectory": {
    "type": "string",
    "default": "",
    "description": "The Android NDK Directory"
    }
    }
    }
    }
    xmake-vscode v0.0.17 插件发布,跨平台构建工具下载地址
     
Loading...