search variable

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Enquest

In my other python editor “pycharm” there is a handy function. Search in project. When I search in project I can easy find any refrence to a string, function … over the project. It’s very handy if you want to refactor by hand.

Is there any function in the Godot editor to search recursive in the project for refrences?

If not how can I add a feature request to Godot?

:bust_in_silhouette: Reply From: funabab

First to clear things godot != python :slight_smile:
As far as i know such feature does not exist in godot script editor, you can open an issue here GitHub - godotengine/godot: Godot Engine – Multi-platform 2D and 3D game engine

BTW from my understanding Gdscript is a simple language and such feature can be added using plugin…