The plug-in provides:
- Syntax highlighting for CMake defined variables, User defined Variables, Properties and Reserved Words
- Basic hover support to show brief description of command or variable being hovered over.
- Support for code templates to insert often used cmake code.
- Preference Panel to set custom syntax highlighting colors.
- Preference Panel to define custom code templates.
- Keystroke short cuts to comment/uncomment blocks of code.
Browse Project Site
Suggested plugins
cmake4eclipse, if your project uses cmake to build and the eclipse project is build with CDT's managed build system.
Categories: Editor, Programming Languages
Additional Details
Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: 15knots
Development Status: Production/Stable
Date Created: Tuesday, July 19, 2016 - 15:29
License: EPL
Date Updated: Friday, August 23, 2024 - 15:18
Submitted by: Martin Weber
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 0/0 | 0 | 0 |
September 2024 | 104/642 | 286 | 10 |
August 2024 | 91/641 | 292 | 32 |
July 2024 | 100/663 | 284 | 20 |
June 2024 | 94/681 | 328 | 25 |
May 2024 | 126/682 | 264 | 174 |
April 2024 | 114/687 | 321 | 23 |
March 2024 | 105/694 | 372 | 20 |
February 2024 | 90/687 | 381 | 22 |
January 2024 | 102/691 | 379 | 21 |
December 2023 | 97/671 | 367 | 12 |
November 2023 | 120/686 | 343 | 24 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 2
Count | Error Message |
---|---|
2 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
No color schemes
Submitted by Sergei K on Tue, 10/31/2023 - 14:32
There are no color schemes and you cannot save and load your own. When reinstalling, you must reconfigure manually
Wonderful
Submitted by John Romaro on Sat, 11/13/2021 - 02:02
It works wonderfully. It autocompletes the builtin CMake variables when using set(). It even shows documentation tooltips when hovering these variables. Indent/unindent works fine when using default Eclipse CDT settings.
tab untab support
Submitted by Michel van den Hoek on Mon, 04/20/2020 - 07:24
Syntax coloring is nice, but the problem I found with this plugin is that it does not support untab/unindent shortcuts, so I have to backspace 4 times, which is annoying.