Tiny Roosters Text Alt Logo

< Godot Symbol Search Plugin

Project: Godot Symbol Search Plugin - Header Image
Plugin for the Godot Game Engine to implement VSCode's 'Go To Symbol' utility created in C++ with godot-cpp.

Description

This is a plugin for the Godot Game Engine created with godot-cpp that provides quick searching/gotos for all symbols in the active script file using a currently hardcoded keyboard shortcut: Ctrl + Shift + O. This is a recreation of VSCode’s Go To Symbol utility.

Features

Screenshots

Godot Symbol Search - Large List Godot Symbol Search - Fuzzy Search

Usage

Once the plugin is enabled, you can use the following keyboard shortcuts:

Technical Details

This plugin is implemented in C++ using Godot’s GDExtension system and the godot-cpp bindings.

For the deepest dive into the implementation, see TECHNICAL_OVERVIEW.md .