GNU Emacs vs. Microsoft Visual Studio

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
Visual Studio
Score 8.8 out of 10
N/A
Visual Studio (now in the 2022 edition) is a 64-bit IDE that makes it easier to work with bigger projects and complex workloads, boasting a fluid and responsive experience for users. The IDE features IntelliCode, its automatic code completion tools that understand code context and that can complete up to a whole line at once to drive accurate and confident coding.
$45
per month
Pricing
GNU EmacsMicrosoft Visual Studio
Editions & Modules
No answers on this topic
Professional
$45.00
per month
Enterprise
$250.00
per month
Offerings
Pricing Offerings
GNU EmacsVisual Studio
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
Considered Both Products
GNU Emacs
Chose GNU Emacs
I have used several different IDEs and editors, but I keep coming back to Emacs. I guess my fingers are wired for Emacs and I find that I can do pretty much anything in the tool that I can with other tools. Some other tools are more polished, but are specific to certain …
Visual Studio

No answer on this topic

Best Alternatives
GNU EmacsMicrosoft Visual Studio
Small Businesses
BBEdit
BBEdit
Score 10.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Medium-sized Companies
Vim
Vim
Score 9.5 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Enterprises
Vim
Vim
Score 9.5 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
GNU EmacsMicrosoft Visual Studio
Likelihood to Recommend
8.2
(4 ratings)
9.0
(105 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(3 ratings)
Usability
-
(0 ratings)
10.0
(2 ratings)
Support Rating
8.2
(2 ratings)
8.8
(15 ratings)
User Testimonials
GNU EmacsMicrosoft Visual Studio
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
When working with base C# code for desktop and web projects, then Microsoft Visual Studio is ideal as it provides the libraries and interfaces needed to quickly create, test and deploy solutions. It is when slightly more complex scenarios are required that issues can arise. The built-in integration for things like PowerBI Paginated Reports and dashboards is far from ideal.
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
  • I like how the tabs and panels are organized; everything is gathered together so you can find what you're looking for quickly.
  • If you can't find something, there's a thorough search engine that searches all of Visual Studio's features.
  • The Team Foundation Server feature is fantastic since it allows us to easily deploy and roll back changes on the server.
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
  • Would be great if there was a better way to save and restore open tabs.
  • The built-in test runner can be improved, for example, by adding the ability to save a set of commonly run tests, etc.
  • Better integration for Microsoft SQL server would be great.
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Microsoft
VS is the best and is required for building Microsoft applications. The quality and usefulness of the product far out-weight the licensing costs associated with it.
Read full review
Usability
Open Source
No answers on this topic
Microsoft
I love the overall usability of Microsoft Visual Studio. I’ve been using this IDE for more than 20 years, and I’ve seen it evolve by leaps and bounds. Today, with AI and code-suggestion/completion features, developers no longer need to remember countless libraries, methods, or language syntax, or invest a huge amount of programming effort to complete a project. It truly offers everything a developer needs to program, debug, test, and deploy in a single IDE.
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
There are many resources available supporting Visual Studio IDE. Microsoft whitepapers, forum posts, and online Visual Studio documentation. There are countless demonstration videos available, as well. If users are having issues, they can call Microsoft Support, but depending on the company's agreement with Microsoft, the number of included support calls will vary from organization to organization. I've found that Microsoft support calls can be hit or miss depending on who you get, but they can usually get you with the right support person for your issue.
Read full review
In-Person Training
Open Source
No answers on this topic
Microsoft
IT is very complicated to understand all the functions that the environment has if you are not familiar with this type of development environments. It is important to select a good in-person training to achieve to understand all the possibilities and the capacity of the application. In this case, you will be able to develop a lot type of different applications.
Read full review
Online Training
Open Source
No answers on this topic
Microsoft
If you are not accustomed to develop in this type of development environments it would be complicated to follow all the parts of the course because if the course does not include a great tour with all the concepts to develop you will not have the option to understand all the functions.
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
I personally feel Visual Studio IDE has [a] better interface and [is more] user friendly than other IDEs. It has better code maintainability and intellisense. Its inbuilt team foundation server help coders to check on their code then and go. Better nugget package management, quality testing and gives features to extract TRX file as result of testing which includes all the summary of each test case.
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
  • Using the integration between Visual Studio and our source control service, the cost of re-work and losing code is drastically reduced.
  • Paid versions of Visual Studio enable developers to be so much more productive than hacked-together open source solutions that it's hard to imagine developing in Windows without it.
  • When combined with support subscriptions and the vast array of free online help options available, Visual Studio saves our developers time by keeping them coding and testing, not wasting their time trying to guess their way out of problems or spend endless hours online hoping to find answers.
Read full review
ScreenShots