When using the Sqlean Define extension, typically you need to use a parameter such as ":x" or "?" in a function definition, however, sqlite studio always prompts for binding a value to that parameter, which prevents creating the function. It would be nice to be able to disable the prompting such that it doesn't affect defining the function.