Sublime and Deep Logic
July 4, 2023•91 words
Sublime Text has an unbeatable feature for reading deep logics especially in algorithms:
- Open the same file in multiple tabs
The reason for it is when deep logics go through multiple functions in the same files, dev can’t just scroll up or down again and again to read the logics; just open multiple tabs with views to multiple sections of code in the file in multiple tabs see trace the logic.
Anyway, VS Code is still the top light-weight editor generically, this feature of it is exceptionally good:
- Outline