Browse the project structure

Navigate the source files and folders of an application as they are organised on disk

Overview

This guide shows you how to explore an application by its physical organisation. This “tailored” view is useful when you already know the codebase layout and want to navigate from a file to the objects it contains.

Step 1 - Open the Project Structure scope

In the left panel, select the Project Structure scope.

Alternatively, use the “tailored” view tile to access the scope:

You can also organise the output per Application and per Project Structure:

Step 2 - Open a file to see its objects

Each project file identified during analysis - for example a Visual Studio .csproj file or a Maven pom.xml file - is represented by a node in this scope.

Drill into a file node to reveal the objects defined within it. From there you can inspect an object’s properties and view its source code.

Next steps