Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Code Insight DevNew to Visual Studio Code? Get it now.
Code Insight Dev

Code Insight Dev

Code Insight Dev

| (0) | Free
C++ Language Server providing parsing, analysis, and IntelliSense
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeInsight

CodeInsight is a powerful C/C++ extension for Visual Studio Code, providing advanced parsing, analysis, and interactive visualizations to help you understand complex C/C++ codebases seamlessly.

Features

CodeInsight screenshot

1. Comprehensive Outlines

Get a clear, hierarchical view of your C/C++ code right in VSCode Activity Bar. CodeInsight provides dedicated views for both Class Outlines and Function Outlines.

2. Interactive Visualizations

CodeInsight brings your code to life with interactive diagrams. Visually trace execution paths by double-clicking diagram elements to jump directly to the source code, and use the built-in forward and backward navigation to never lose your context.

3. Class Diagrams

Instantly generate class diagrams from your source code to intuitively understand class hierarchy, properties, and deep inheritance.

4. Call & Callee Graphs

Trace execution paths with interactive Call and Callee graphs.

  • Call Graph: See which functions are called by the current function.
  • Callee Graph: Discover all locations where your current function is being invoked.

Getting Started

  1. Install the extension from the VS Code Marketplace.
  2. Open a C++ project.
  3. Keep an eye out for the CodeInsight icon in your Activity Bar!

Configuration

CodeInsight provides flexible settings to ensure it fits perfectly into your workflow:

  • Outline Integration (codeInsight.documentSymbols.enabled): Control whether CodeInsight populates the default VS Code Explorer Outline.

Issues

If you encounter any issues, please contact support@codeinsightdev.com.


https://codeinsightdev.com

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft