Choosing Vim over VSCode
alexsci.com·15h·
Discuss: Hacker News
Preview
Report Post

Blog Home


You’ve probably noticed that VSCode is very popular among programmers. As I drop into a Vim session, yet again, I wonder if I’m missing something. What keeps me coming back to Vim?

Visual comparison

Here’s the roughly same view as seen in VSCode versus Vim. I’m working on a python file (sql.py) which is reading some content written by a go file (sql.go) from another project. This is exploratory code for a project I’ve written about before. I have a SQLite shell open so I can explore the schemas and table content. And I usually keep an extra terminal open for one-off commands.

Screenshot of VSCode showing the many tool bars

VSCod…

Similar Posts

Loading similar posts...