I’m a beginner using streamlit, a python-only web framework, and so far I prefer to throw everything into one giant script (so far 4000-5000 rows) rather than separate files per page or function.
This doesn’t seem to gel well with how Cursor works though…
with cmd+L chat assistance, it seems to be reading the whole file every time (as well as the rows I’ve selected before cmd+L).
When I want to apply, it strangely adds the edit quickly then gets stuck ‘generating’ and usually times out.
So is it worth distributing my functions into separate files perhaps?
– I am using cursor pro with plenty of fast queries in the bank.