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.
- Host: GitHub
- URL: https://github.com/offa/nb-cmake-completion
- Owner: offa
- License: gpl-3.0
- Archived: true
- Created: 2015-02-03T20:49:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T16:02:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T13:45:59.705Z (10 months ago)
- Topics: cmake, cmake-completion, java, netbeans, netbeans-plugin
- Language: Java
- Homepage:
- Size: 96.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NB CMake Completion
[](https://github.com/offa/NB-CMake-Completion/actions)
[](https://github.com/offa/NB-Cmake-Completion/releases)
[](LICENSE)
[](http://plugins.netbeans.org/plugin/63633/cmake-completion)

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 .