Precise Code Suggestions
CodeVROOM uses advanced Clang-based C++ development and GUI from VisualGDB that provides accurate code suggestions:
- Pressing "." on struct pointers suggests matching functions
- Type-based filtering prioritizes compatible variables
- Filtering buttons allow quickly refining results
- Clang-based parser has no problem with complex source code
Precise Navigation
Our Clang-based engine keeps a detailed and heavily optimized index of your sources, allowing to:
- Quickly locate definitions of functions across huge projects
- Precisely find all references to a particular symbol
- Distinguish between multiple symbols of the same name
- Understand reads, writes, calls, instantiations, and sort references accordingly
Advanced CMake Integration
CodeVROOM uses a cross-platform port of VisualGDB's Advanced CMake Project Subsystem to get precise code structure from CMake, and automatically edit CMakeLists files for many common scenarios.
Note: CodeVROOM 0.5 supports adding/removing/renaming sources and editing references. More advanced GUI from VisualGDB is coming soon.

