this post was submitted on 06 Jan 2025
156 points (95.9% liked)

Coding Cafe

79 readers
76 users here now

A community for all programmers

founded 4 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 days ago (2 children)

Only thing Notepad++ does better for me is being able to open, like 1M+ line files.

Outside of that, I hate to admit because MS, but VS Code is solid-ish.

[–] expr 1 points 2 days ago

I've opened 2GB files in vim before without an issue. Takes a bit to load everything in memory, but after that it works flawlessly.

[–] tyler 1 points 2 days ago

Yeah if I need to open up massive files (well not even that large, vscode really isn’t good for even slightly large files), I use Sublime text.