2019-11-17 00:25:58 +09:00
2019-11-17 00:17:07 +09:00
2019-11-16 03:26:23 +09:00
2019-11-12 01:57:28 +09:00
2019-11-12 01:57:28 +09:00
2019-11-17 00:25:58 +09:00
2019-11-12 01:57:28 +09:00
2019-11-12 01:57:28 +09:00
2019-11-17 00:17:14 +09:00
2019-11-16 22:46:46 +09:00
2019-11-16 03:26:14 +09:00

cmake-language-server

GitHub Actions (Tests)

CMake LSP Implementation.

Alpha Stage, work in progress.

Features

  • Builtin command completion
  • Documentation for commands and variables on hover
  • Formatting

Commands

  • cmake-language-server: LSP server
  • cmake-format: CLI frontend for formatting

Installation

Clients

Neovim

  "languageserver": {
    "cmake": {
      "command": "cmake-language-server",
      "filetypes": ["cmake"],
      "rootPatterns": [
        "build/"
      ],
      "initializationOptions": {
        "buildDirectory": "build"
      }
    }
  }
Description
CMake LSP Implementation
Readme MIT 422 KiB
Languages
Python 99.5%
CMake 0.4%
C++ 0.1%