CodeVROOM is mainly focused on C/C++ projects, where precise navigation and code completion makes a big difference. However, it has basic support for a few other languages. See the table below for details:
| Language | Level | Notes |
|---|---|---|
| C/C++ | Precise Navigation + Completion | Using a cross-platform port of the VisualGDB's Clang Engine |
| C# | Syntax highlighting & Outline | Using the Roslyn libraries |
| Python, JavaScript/TypeScript, Java, Kotlin, Swift, Rust, PHP, Golang, Godot | Syntax highlighting & Outline | Using Antlr4 |
| HTML, CSS, XML, JSON, XAML | Syntax highlighting & Outline | Using Antlr4 |

