Context
When using the IDE to browse files, switch between tabs etc., if the tabs content is 1000+ lines, we start to experience some slowness.
I have done some debugging, in a lot of cases, simply opening the files may take only a few milliseconds so the bottleneck is not on the loading. I suspect, it's how we are showing the texts.
Upon research, we should use a LazyColumn however, during my tests, this didn't solve the underlying issue.
The ask on this issue is to debug/diagnose and fix the issue with loading large files.