An open API service indexing awesome lists of open source software.

https://github.com/offa/nb-cmake-completion

NetBeans plugin providing (code-)completion for CMake files.
https://github.com/offa/nb-cmake-completion

cmake cmake-completion java netbeans netbeans-plugin

Last synced: 8 months ago
JSON representation

NetBeans plugin providing (code-)completion for CMake files.

Awesome Lists containing this project

README

          

# NB CMake Completion

[![CI](https://github.com/offa/NB-CMake-Completion/workflows/ci/badge.svg)](https://github.com/offa/NB-CMake-Completion/actions)
[![GitHub release](https://img.shields.io/github/release/offa/NB-Cmake-Completion.svg)](https://github.com/offa/NB-Cmake-Completion/releases)
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](LICENSE)
[![NetBeans](https://img.shields.io/badge/netbeans-8.2-lightgrey.svg)](http://plugins.netbeans.org/plugin/63633/cmake-completion)
![Java](https://img.shields.io/badge/java-1.8-green.svg)

CMake Completion provides code completion for CMake files.

# Requirements

- [**NetBeans 8.2**](https://netbeans.org)
- [**CMake**](http://cmake.org) *(Optional)*

#### Compatibility Note:

NetBeans releases newer than 8.x don't support C / C++ yet.

# Installation

The Plugin is available through the **Plugin Manager** (*Tools β†’ Plugins β†’ Available Plugins*).

As an alternative, it’s also possible to download the *NBM* manually from the [**NetBeans Plugin Portal**](http://plugins.netbeans.org/plugin/63633/cmake-completion).

#### [`Signature Info`](https://github.com/offa/NB-CMake-Completion/wiki/NBM-Signature)

# Update

Updates are delivered as usual by the **NetBeans Updater**.

# Available CMake Commands

All Commands of ***CMake 3.10*** are available for completion.

# License

**GNU General Public License (GPL)**

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .