Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editing large files on Mac OS X [closed]

Tags:

editor

macos

Does anyone have any recommendations for a programmer's editor that can cope with large files on Mac OS X? By large I mean hundreds of megabytes. TextMate doesn't cut it.

like image 787
John Topley Avatar asked Jun 04 '09 20:06

John Topley


People also ask

Which editor is best for opening large files?

Modern editors can handle surprisingly large files. In particular, Vim (Windows, macOS, Linux), Emacs (Windows, macOS, Linux), Notepad++ (Windows), Sublime Text (Windows, macOS, Linux), and VS Code (Windows, macOS, Linux) support large (~4 GB) files, assuming you have the RAM.


1 Answers

Have you tried Vim? It's the only editor I use :-)

Edit: It seems to depend upon a couple of factors. I used Vim with large CSV (i.e. text-based) files and that worked great. YMMV :-)

like image 137
Topher Fangio Avatar answered Oct 04 '22 10:10

Topher Fangio