VSCode Review
I mean, I have only been using VS Code for 1-2 hours and I already love it. You see, it just makes programming and writing so much easier when you have a good editor. In this article I will go over my top things I like about Visual Studio Code
The Plugins
One of the best things about VS Code is the plugins. There are probably thousands of plugins in the library. (I think they are supposed to be called "extensions" but screw that) Also, some plugins/extensions make life a lot easier, eg. an extension called CodeTogether that allows you to code live with anyone with the link.
The Themes
In addition to plugins, VS Code has a lot of themes. Currently, I am using the github dark theme. I also personally think that Monokai Dimmed fits my (current) setup. Some other cool themes are Dracula, Aeon, and Night Owl. These themes are so simple to install that customization is easy.
The UI
Now, the vscode UI is a bit different than other editors. It has a file tree and tabs, but it also has a side menu with options to run your code, git information, a search, and settings. There is also a bottom bar with some information about your code like git, spaces, language, encoding, and line number/column.
The Syntax Highlighting
I am not sure if this is just my theme, but the syntax highlighting is just plain AMAZING. Like, as I am writing this, it highlights and formats all my markdown. I was working on a web project, and VS Code highlighted all of the html and CSS within a minute, which is comparably faster than sublime text and brackets.
Git Info
One of my favorite parts of VS Code is the git info, which is everywhere. On the bottom bar, it shows my branch, on the sidebar there is a whole git menu that shows everything you could ever think of, and on the file tree it shows tracked and untracked files.
Drawbacks
When I saw all these features, I knew it had to be too good to be true. One instance is the speed of the app. On my Intel N3060 CPU, the app seems pretty snappy while editing, but when I open the command pallet or run my code, it tends to "lag" a lot. Another drawback is that VSCODE IS NOT OPEN SOURCE. My way around this was using VSCodium, which is an open-source version of VSCode.
Conclusion
Overall, VSCode is a very good editor. Some say it is more than an editor, an IDE. I personally said that vscode can do more than emacs. Now all we have to do is make a vscode window manager!