In day-to-day work, I still choose VS code over Sublime. The plugins are actively maintained and simply better. Go, eslint, tslint plugins specifically. Most of the files I edit are less than a few hundreds line of code and that's a good thing. The difference in speed for my use is not noticeable.
When I have to look at a large log file, I just use vim or grep with context.
When I have to look at a large log file, I just use vim or grep with context.