appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.8k stars 3.77k forks source link

[Feature]: search and replace all functionality #12331

Open eco-monk opened 2 years ago

eco-monk commented 2 years ago

Is there an existing issue for this?

Summary

A way to search and replace code in the application.

Like search all in vscode

image

Why should this be worked on?

Useful when users need to check, where they've called a function / used a string / used a certain piece of code in the application/page.

Nikhil-Nandagopal commented 2 years ago

@eco-monk wouldn't a better solution to this problem be the option to find all references?

eco-monk commented 2 years ago

@Nikhil-Nandagopal That was my initial thought too.

But for example, if user wants to know where storeValue("property1" is called in their application. Just a reference wouldn't be of help. Hence the feature to search by string.