Hi,
So I've been working for a while in Xano now.
Something I've been doing every once in a while is export the application and comb through code because of the following situations :
I added or modified a parameter property (name/default value/required/nullable) and need to make sure that parameter is fed in all function calls.
Going through all text fields to make sure it's really a text input and not a variable.
Make sure that my database queries does not have any missing info due to some changes.
It would be a HUGE time saver if Xano would allow to search, for starters, the whole workspace to find and point out where the following elements can be found :
A reference parameter doesn't exist anymore (Those who switch from input:my_var to text:my_var when you edit them, for example).
There's a missing or invalid parameter in a required field of a function call.
The return variable does not exist
A condition, loop block or precondition has no conditions.
A table containing invalid database references (child entry not existing anymore)
A word used in stack logic (not just variable names), like when we search a word in a project folder in popular IDE and text editors.
Query evals that has no input
This tool could improve with time, but for a start with these simple pointers, it would be great! It would help beginners who are learning and casuals who are dealing with a very dense business logic.