Creating a nextJS app.
Studio has been working really well for me - but I have noticed one issue I have seem to be when a file gets too large - this seems to be what is locking things up - it will try to make changes to one of these large files and then everything just locks up, I reset and see if it will work the next time.
I do find certain times of the week seem to work best - if I hit on one of these days its best to get as much done as you can - its like magic because it suddenly works great.
When this happens, I have been trying to refactor things into smaller files, but often its too late because I need it to process this file to just refactor it. For example my task-provider.tsx file is growing so large that Gemini locks up half way through an edit. I did try a refactor at one point but spent a day just trying to fix circular dependencies.
BTW: other files still work fine (even today) - I have learned to break things down from the start for many things, I will ask Gemini to take a settings page and store each page in a separate file instead of one large settings file and this makes it work great. As long as it does not need to touch task-provider.tsx I am good.
Any suggestions - if there was a way to give a little more power to the back-end to let it fix things like this, even a way to pay for a boost!
Thanks