Understanding High-Level Code Structure with CodeExplorer
This tutorial shows how to use CodeExplorer to quickly analyze high-level structure of large projects, and to find relevant pieces
Read moreThis tutorial shows how to use CodeExplorer to quickly analyze high-level structure of large projects, and to find relevant pieces
Read moreThis tutorial shows how to use VisualGDB with the GoogleTest/GoogleMock framework to verify the behavior of algorithms in your code
Read moreThis tutorial shows how to use Code Explorer to quickly understand how multiple functions of interest are related. We will
Read moreThis page describes the C-style function suggestions – a mechanism suggesting compatible C-style functions for struct and typedef variables. Overview
Read moreThis tutorial shows how to use RefactorScript to automatically generate boilerplate code – repetitive code constructs, such as initialization of
Read moreContents Overview Running RefactorScripts RefactorScript Window RefactorScript Language Data Model Common RefactorScripts Overview RefactorScript is a mechanism for generating boilerplate
Read moreThis page provides an overview of the RefactorScript language used by VisualGDB to define custom code generation patterns. Contents Overview
Read moreThis page describes the data model used by RefactorScript. Each C/C++ entity (e.g. a class or a function) is represented
Read moreThis page provides a detailed explanation of the Details window for the Outline view of Code Explorer. Contents Overview Modes
Read more