

There’s also a free version Visual Studio Community. “Visual Studio” is a paid and mighty Windows-only editor, well-suited for the. Visual Studio Code (cross-platform, free).įor Windows, there’s also “Visual Studio”, not to be confused with “Visual Studio Code”.If you haven’t selected an IDE yet, consider the following options:

The term IDE (Integrated Development Environment) refers to a powerful editor with many features that usually operates on a “whole project.” As the name suggests, it’s not just an editor, but a full-scale “development environment.”Īn IDE loads the project (which can be many files), allows navigation between files, provides autocompletion based on the whole project (not just the open file), and integrates with a version management system (like git), a testing environment, and other “project-level” stuff. There are two main types of code editors: IDEs and lightweight editors. A code editor is the place where programmers spend most of their time.
