A preview of the next Cevelop release, which is based on the upcoming Eclipse CDT 9.0 (Neon), is now available for all supported platforms. This preview introduces a set of new features that will make your C++ development experience even better:
- Templator: Visualization of (arbitrarily nested) template instantiations, overload resolutions, and specializations.
- Constificator: Detection and constification of variable declarations in functions and classes.
- Const placement: Option to automatically align const qualifiers in variable declarations on the right-hand side or left-hand side of the type.
- CharWars: Automated refactoring of C-style strings into
std::string
-objects.
The Cevelop 1.5 preview can be obtained from our Download page. If you have any issues or other feedback let us know.
— Silvano Brugnoni