make it able to edit cloud functions via VS Code extension

Feedback

Hey y'all, I built a super cool alarm app with a bunch of accountability features which required me to have around 30 cloud functions in total.

Some of them are being called from my app, however due to the fact that you cannot edit the cloud functions that sit inside flutterflow via the VS Code extension I created a separate repository to have intellisense of my IDE enabled instead of using the IDE inside flutterflow.

However, of course it's super cumbersome to not access the existing schemas, types and objects of my app in my cloud function repository. Therefore, I would wish that Flutterflow adds the option to edit the cloud functions via the VS Code extension too as it would help to have one big repo, making it way easier to work also on more backend heavy apps. Especially when using cursor as it can index all the types, logic etc. that are expected by cloud functions responses

4