GNU Emacs vs. Microsoft Visual Studio Code

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
GNU Emacs
Score 8.0 out of 10
N/A
GNU Emacs is described as a free extensible and customizable text editor for the Lisp programming language.N/A
Microsoft Visual Studio Code
Score 9.3 out of 10
N/A
Microsoft offers Visual Studio Code, an open source text editor that supports code editing, debugging, IntelliSense syntax highlighting, and other features.
$0
Pricing
GNU EmacsMicrosoft Visual Studio Code
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
GNU EmacsMicrosoft Visual Studio Code
Free Trial
NoNo
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
GNU EmacsMicrosoft Visual Studio Code
Considered Both Products
GNU Emacs
Chose GNU Emacs
Of course, Vim is a good contender for comparison as well, so I'll include it. I find Emacs much easier to learn, which will help speed up productivity for newer users. It seems much faster than VIM and VSCode, especially under load. It's highly highly customizable, in ways …
Microsoft Visual Studio Code
Chose Microsoft Visual Studio Code
When you start using [Microsoft Visual Studio Code], it lands more on the "text editor" side of the spectrum, akin to Vim/Emacs/Sublime. Aligned with this, it's fast and easy to install and setup, and competes with the best of them as a great general purpose tool. But then it …
Chose Microsoft Visual Studio Code
As I explained above, definitely switch to VSCode unless you are heavily invested/comfortable with the alternatives, in which case it may not be worth it for now. Vim users may differ, but did I mention VSCode also has a highly integrated and mature Vim plugin? I used to be a Vi…
Best Alternatives
GNU EmacsMicrosoft Visual Studio Code
Small Businesses
BBEdit
BBEdit
Score 9.9 out of 10
BBEdit
BBEdit
Score 9.9 out of 10
Medium-sized Companies
Vim
Vim
Score 9.4 out of 10
Vim
Vim
Score 9.4 out of 10
Enterprises
Vim
Vim
Score 9.4 out of 10
Vim
Vim
Score 9.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
GNU EmacsMicrosoft Visual Studio Code
Likelihood to Recommend
8.2
(4 ratings)
8.7
(91 ratings)
Likelihood to Renew
-
(0 ratings)
9.4
(2 ratings)
Usability
-
(0 ratings)
9.0
(8 ratings)
Support Rating
8.2
(2 ratings)
9.7
(23 ratings)
User Testimonials
GNU EmacsMicrosoft Visual Studio Code
Likelihood to Recommend
Open Source
Emacs is best utilized on a Unix system where it can be easily installed and accessed. It allows for quick editing of files on a system whether you are accessing it locally through the console or remotely via an ssh connection. Once users familiarize themselves with the Emacs shortcuts, it becomes a pretty efficient text manipulation program. On a standard Windows computer, it is less likely to use Emacs for code editing, especially if you have a local repository on your host machine.
Read full review
Microsoft
For low-end devices, it is a very good tool, but for devices that have decent RAM and decent CPU, I would recommend Android Studio for Android dev as it has more features, and for others, I will recommend agile IDEs like Cursor and Anti-Gravity, as they offer higher limits on AI models, and autocomplete is unlimited as well.
Read full review
Pros
Open Source
  • GNU Emacs is a text editor that can do almost anything that you want to do with it. It is fairly easy to extend the functionality using Emacs Lisp with a large library available.
  • It can be easily customized using themes as well as custom code to change the look and feel as well as how everything works.
Read full review
Microsoft
  • Integrate with the git repository very well.
  • Integrated copilot chat is very helpful to write code snippets and helps beginners to start with coding and development.
  • Great library of available extensions is one of the best features in Microsoft Visual Studio Code.
  • Dedicated Testing option to configure pytest and others are quite handy to use.
Read full review
Cons
Open Source
  • Emacs is old, so it's a little crufty and not too easy to pick up and start using. There is a community package called Spacemacs that simplifies a lot of things that you do with Emacs. It is probably better suited to beginners.
  • Sometimes, the choices that were made to integrate certain functionality change the basic models for that functionality. This is seen primarily in the version control system support, where multiple version control systems are supported and "unified" to a standard Emacs-y way of doing things. This can be confusing to the new user not familiar with the Emacs way.
  • Emacs has, as its foundation, a lisp interpreter. This means that the extension language for Emacs is emacs-lisp. Some people find lisp hard to understand and have difficulties writing Emacs extension code, or understanding existing code.
Read full review
Microsoft
  • The customization of key combinations should be more accessible and easier to change
  • The auxiliary panels could be minimized or as floating tabs which are displayed when you click on them
  • A monitoring panel of resources used by Microsoft Visual Studio Code or plugins and extensions would help a lot to be able to detect any malfunction of these
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Microsoft
Solid tool that provides everything you need to develop most types of applications. The only reason not a 10 is that if you are doing large distributed teams on Enterprise level, Professional does provide more tools to support that and would be worth the cost.
Read full review
Usability
Open Source
No answers on this topic
Microsoft
It is great for non-mainstream Apple device programming (anything not using Swift or Obj-C). However, it is not as full (some would say overly) featured as Xcode, so sometimes you are looking for a feature that it just doesn't have. The ability to add functionality via plugins is a benefit, but the NEED to add features that way is a drawback. Still in all, a solid "almost" IDE.
Read full review
Reliability and Availability
Open Source
No answers on this topic
Microsoft
Overall, Microsoft Visual Studio Code is pretty reliable. Every so often, though, the app will experience an unexplained crash. Since it is a stand-alone app, connectivity or service issues don't occur in my experience. Restarting the app seems to always get around the problem, but I do make sure to save and backup current work.
Read full review
Performance
Open Source
No answers on this topic
Microsoft
Microsoft Visual Studio Code is pretty snappy in performance terms. It launches quickly, and tasks are performed quickly. I don't have a lot of integrations other than CoPilot, but I suspect that if the integration partner is provisioned appropriately that any performance impact would be pretty minimal. It doesn't have a lot of bells and whistles (unless you start adding plugins left and right).
Read full review
Support Rating
Open Source
Everything that you need to know about Emacs can be found on the internet. There are many Emacs "cheat sheets" that list out all of the shortcuts for Emacs. There are videos on how to use Emacs. Emacs is easily installed using the standard Linux package managers and can also be easily updated through them as well. There are tutorials on how to customize Emacs to your liking.
Read full review
Microsoft
Active development means filing a bug on the GitHub repo typically gets you a response within 4 days. There are plugins for almost everything you need, whether it be linting, Vim emulation, even language servers (which I use to code in Scala). There is well-maintained official documentation. The only thing missing is forums. The closest thing is GitHub issues, which typically has the answers but is hard to sift through -- there are currently 78k issues.
Read full review
Alternatives Considered
Open Source
Of course, Vim is a good contender for comparison as well, so I'll include it. I find Emacs much easier to learn, which will help speed up productivity for newer users. It seems much faster than VIM and VSCode, especially under load. It's highly highly customizable, in ways other editors don't stack up against. Its lack of bloat also is a nice addition to a great product.
Read full review
Microsoft
Visual Studio Code stacks up nicely against Visual Studio because of the price and because it can be installed without admin rights. We don't exclusively use Visual Studio Code, but rather use Visual Studio and Visual Studio code depending on the project and which version of source control the given project is wired up to.
Read full review
Scalability
Open Source
No answers on this topic
Microsoft
It is easily deployed with our Jamf Pro instance. There is actually very little setup involved in getting the app deployed, and it is fairly well self-contained and does not deploy a large amount of associated files. However, it is not particularly conducive to large project, multi-developer/department projects that involve some form of central integration.
Read full review
Return on Investment
Open Source
  • Emacs is free software, there is no cost at all.
  • It has helped tremendously in situations where many, or large, log files need to be searched.
Read full review
Microsoft
  • Saves money by replacing suites of tools such as Visual Studio, IntelliJ, etc.
  • Speeds development time and developer environment setup time
  • Strengthens code quality with integrated autoformatting and linting
  • Strengths Git practices by keeping version control tightly connected with the code
Read full review
ScreenShots