Скачиваемые файлы
Наиболее полная интегрированная среда разработки для разработчиков .NET и C++ в Windows для создания веб-приложений, облачных, классических и мобильных приложений, а также служб и игр.
Community
Professional
Enterprise
Предварительная версия
Visual Studio для Mac
Комплексная интегрированная среда разработки для разработчиков .NET, встроенная в macOS. Включает первоклассную поддержку разработки облачных, мобильных и веб-приложений, а также игр.
Visual Studio Code
Автономный редактор исходного кода, работающий в Windows, macOS и Linux. Лучший выбор для Java и веб-разработчиков с множеством расширений, поддерживающих любые языки программирования.
Предварительная версия
Получите ранний доступ к последним функциям, которые еще не доступны в основном выпуске.
Используя Visual Studio Code, вы соглашаетесь с соответствующей лицензией и заявлением о конфиденциальности.
Хотите выяснить, какой инструмент лучше всего вам подходит? Мы можем помочь
Visual Studio для Windows
Полный массив функций и средств разработки в едином центре для расширения и улучшения каждого этапа разработки программного обеспечения.
Установка в автономном режимеСравнить выпуски
- Бесплатно для индивидуального использования
- Пишите код быстрее, тестируйте, проводите отладку, развертывайте любое приложение где угодно
Встроенные функции Visual Studio позволяют совершенствовать полный цикл разработки.
Visual Studio для Mac
Полный массив функций и средств разработки в собственном интерфейсе macOS для каждого этапа разработки программного обеспечения.
Скачать Visual Studio для Mac
- Бесплатно для индивидуального использования
- Разрабатывайте приложения и игры для iOS, Android и веб-интерфейса с помощью .NET
Используйте быструю и плавную современную IDE .NET, специально настроенную для Mac
Visual Studio 2022 17.5.1
Comprehensive IDE for .NET and C++ developers on Windows. Fully packed with tools and features to elevate and enhance every stage of software development.
Overview
Certified
What’s New
Similar to 7
Visual Studio is a fully featured IDE to code, debug, test, and deploy to any platform. Develop with the entire toolset from initial design to final deployment. Code faster. Work smarter. Create the future with the best-in-class IDE.
What is Visual Studio used for?
Visual Studio is a source code editor you can use to build apps, games, or extensions using the language of your choice. Edit, debug, and build code. Once you’re done the final product can then be published as an app, website, web service or mobile app.
What is the difference between Visual Studio Code and Visual Studio?
Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as Visual Studio.
Is Visual Studio good for Python programming?
Yes. Visual Studio is a powerful Python IDE on Windows. But also supports 36 different programming languages like HTML, CSS, JavaScript, JSON, PHP, C# with ASP.NET and many more.
Features
Productive
Scale to work on projects of any size and complexity with a 64-bit IDE. Code with a new Razor editor that can refactor across files. Diagnose issues with visualizations for async operations and automatic analyzers.
Modern
Develop cross-platform mobile and desktop apps with .NET MAUI. Build responsive Web UIs in C# with Blazor. Build, debug, and test .NET and C++ apps in Linux environments. Use hot reload capabilities across .NET and C++ apps. Edit running ASP.NET pages in the web designer view.
Innovative
AI-powered code completions. Work together in real-time with shared coding sessions. Clone repos, navigate work items, and stage individual lines for commits. Automatically set up CI/CD workflows that can deploy to Azure
Scales to any project
Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads. The stuff you do every day—like typing code and switching branches—feels more fluid more responsive. And out-of-memory errors? They’re about to be a distant memory.
Type less, code more
IntelliCode is a powerful set of automatic code completion tools that understand your code context: variable names, functions, and the type of code you’re writing. This makes IntelliCode able to complete up to a whole line at once, helping you code more accurately and confidently.
Deep insights into your code
CodeLens helps you easily find important insights, like what changes have been made, what those changes did, and whether you’ve run unit testing on your method. Essential information—like references, authors, tests, and commit history—is right there to guide you toward the best and most informed decisions about your work.
Share more than screens
Live Share’s real-time collaboration sessions speed up your team’s edit and debugging cycles, no matter the language or platform. Personalized sessions with access controls and custom editor settings make sure everyone stays code-consistent.
Getting you ready to ship
Integrated debugging is a core part of every Visual Studio product. You can step through your code and look at the values stored in variables, set watches on variables to see when values change, examine the execution path of your code, and just about anything else you need to check out under the hood.
Instant impact
Analyze how much code you’re testing and see instant results in a test suite that’s been optimized for efficiency. Know the impact of every change you make with advanced features that test code as you type. With WSL integration, you can test on both Windows and Linux to make sure your app runs everywhere.
Azure deployment
Deploying to the cloud gets even easier. We supply all the templates you’ll need for common application types and local emulators. And you can stay right in Visual Studio to provision dependencies, like Azure SQL databases and Azure Storage accounts. You can even diagnose any issues quickly with the remote debugger attached directly to your application.
Integrated version control
Visual Studio 2022 has built-in support for Git version control to clone, create, and open your own repositories. The Git tool window has everything you need for committing and pushing changes to code, managing branches, and resolving merge conflicts. If you have a GitHub account, you can manage those repos directly within Visual Studio.
Squiggles and Quick Actions
Squiggles are wavy underlines that alert you to errors or potential problems in your code as you type. These visual clues help you fix problems immediately, without waiting to discover errors during build or runtime. If you hover over a squiggle, you see more information about the error. A lightbulb might also appear in the left margin showing Quick Actions you can take to fix the error.
Code Cleanup
With the click of a button, you can format your code and apply any code fixes suggested by your code style settings, .editorconfig conventions, and Roslyn analyzers. Code Cleanup, currently available for C# code only, helps you resolve issues in your code before it goes to code review.
Refactoring
Refactoring includes operations such as intelligent renaming of variables, extracting one or more lines of code into a new method, and changing the order of method parameters.
IntelliSense
IntelliSense is a set of features that display information about your code directly in the editor and, in some cases, write small bits of code for you. It’s like having basic documentation inline in the editor, so you don’t have to look up type information elsewhere.
Visual Studio search
Visual Studio menus, options, and properties can seem overwhelming at times. Visual Studio search, or Ctrl+Q, is a great way to rapidly find IDE features and code in one place.
Live Share
Collaboratively edit and debug with others in real time, regardless of your app type or programming language. You can instantly and securely share your project. You can also share debugging sessions, terminal instances, localhost web apps, voice calls, and more.
Call Hierarchy
The Call Hierarchy window shows the methods that call a selected method. This information can be useful when you’re thinking about changing or removing the method, or when you’re trying to track down a bug.
CodeLens
CodeLens helps you find code references, code changes, linked bugs, work items, code reviews, and unit tests, without leaving the editor.
Go To Definition
The Go To Definition feature takes you directly to the location of a function or type definition.
Peek Definition
The Peek Definition window shows a method or type definition without opening a separate file.
Новая версия Visual Studio 2022 Preview 1 стала доступна для установки
Мы рады сообщить, что первая предварительная версия Visual Studio 2022 стала доступна! Это первый выпуск 64-разрядной Visual Studio, и мы будем рады, если вы скачаете его, попробуете и поделитесь вашими отзывами. Присоединяйтесь!
Наша ключевая цель в этой предварительной версии — протестировать и настроить масштабируемость новой 64-битной платформы! Благодаря новой 64-битной платформе Visual Studio теперь может масштабироваться, чтобы использовать все системные ресурсы, необходимые для повышения надежности Visual Studio, особенно при работе со сложными решениями или использовании Visual Studio в течение длительных периодов времени. Усилия по 64-битному преобразованию затрагивают все части Visual Studio, поэтому объем намного больше, чем наши обычные предварительные версии.
Мы знаем, что вы ожидаете от Visual Studio качества, стабильности и масштабируемости. И чтобы все стало полностью транспарентным, самый быстрый способ достичь этого — когда настоящие разработчики, такие как вы, сообщают нам, что мы можем улучшить. Мы действительно обращаем внимание на каждый отчет об ошибке, предложение и примечание, которые вы можете отправить из Visual Studio, сообщив о проблеме.
Предварительные версии Visual Studio 2022 могут быть установлены параллельно с более ранними версиями Visual Studio, доступны во всех трех выпусках (Community, Pro и Enterprise) и бесплатны для использования.
Что будет
Поскольку большинство обновлений Preview 1 связаны с поддержкой 64-разрядных систем, мы выпустим целый ряд новых функций и улучшений производительности, начиная с Preview 2. Вы можете прочитать все об этих предстоящих функциях в дорожной карте Visual Studio. Одной из новых функций, которые вы можете попробовать прямо сейчас, является обновление IntelliCode — вы можете автоматически заполнять код, вплоть до целой строки за раз.
Еще предстоит проделать некоторую работу по переходу Visual Studio на 64-разрядную версию, ведь небольшое количество функций Visual Studio 2019 не включено в предварительную версию Visual Studio 2022 Preview 1. Вы можете найти список этих ожидающихся функций в примечаниях к выпуску.
Во время предварительной версии Visual Studio 2022 наши партнеры, которые создают расширения, которые вы используете и любите, будут работать над обновлением своих расширений. Пока они работают над этим, их расширения не будут доступны в Visual Studio 2022 сразу.
Скоро выйдет первая предварительная версия Visual Studio 2022 для Mac, которая позволит вам впервые взглянуть на новый современный пользовательский интерфейс macOS для Visual Studio. Нам еще предстоит кое-что сделать, прежде чем мы почувствуем, что он готов к обратной связи от разработчиков, и мы будем держать вас в курсе его прогресса в блоге Visual Studio.
Обращение ко всем авторам расширений
Если вы создаете расширения, мы хотим помочь вам перенести ваши расширения в Visual Studio 2022. Для начала ознакомьтесь с нашим руководством по миграции ваших расширений в Preview 1.
Мы продолжим делиться деталями с нашими авторами расширений и сопровождающими по мере приближения к официальному выпуску продукта для Visual Studio 2022. Если у вас есть какие-либо мысли о том, как мы можем улучшить этот процесс, вы можете поделиться своими мыслями в этом небольшом опросе.
Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)
Please read Visual Studio 2022 system requirements before installing:
Supported Operating Systems
Visual Studio 2022 is supported on the following 64-bit operating systems:
- Windows 11 version 21H2 or higher: Home, Pro, Pro Education, Pro for Workstations, Enterprise, and Education
- Windows 10 version 1909 or higher: Home, Professional, Education, and Enterprise.
- Windows Server 2022: Standard and Datacenter.
- Windows Server 2019: Standard and Datacenter.
- Windows Server 2016: Standard and Datacenter.
Note — 32-bit and ARM operating systems are not supported.
Hardware
- 1.8 GHz or faster 64-bit processor. Quad-core or better recommended. ARM processors are not supported.
- Minimum of 4 GB of RAM. 16 GB RAM recommended.
- Windows 365: Minimum 2 vCPU and 8 GB RAM. 4 vCPU and 16 GB of RAM recommended.
- Hard disk space: Minimum of 850 MB up to 210 GB of available space, depending on features installed. Typical installations require 20-50 GB of free space.
- Video card that supports a minimum display resolution of WXGA (1366 by 768). Visual Studio will work best at a resolution of 1920 by 1080 or higher.
Here are the release notes of the latest version.
Download Visual Studio 2022
You can download any of the below editions of Visual Studio 2022 directly from Microsoft servers:
Version | Web Installer | ISO | Last Update |
---|---|---|---|
Visual Studio Community 2022 | Download | Download | November 9, 2021 |
Visual Studio Professional 2022 | Download | Download | November 9, 2021 |
Visual Studio Enterprise 2022 | Download | Download | November 9, 2021 |
Visual Studio Community 2022 for macOS | Download | — | November 9, 2021 |
Download Visual Studio 2022 ISO
1 | Download the Visual Studio Web Installer executable file from the above links to a drive on your local machine. |
2 | Run Visual Studio setup executable file with the following arguments from a command prompt: For example, if you downloaded the community edition web installer vs_community.exe —layout "download-path" —lang "download-language" |
3 | Example A: Install all languages vs_community.exe —layout C:\vs2022 |
4 | Example B: Install one language vs_community.exe —layout C:\vs2022 —lang en-US |
5 | Example C: Install multiple languages vs_community.exe —layout C:\vs2022 —lang en-US de-DE ja-JP |
Currently, there is no such direct ISO available at this moment. Only option that we have is just to download the web installer and do a layout to grab the offline installation media.
Country codes
ISO Code | Language |
---|---|
cs-CZ | Czech |
de-DE | German |
en-US | English |
es-ES | Spanish |
fr-FR | French |
it-IT | Italian |
ja-JP | Japanese |
ko-KR | Korean |
pl-PL | Polish |
pt-BR | Portuguese — Brazil |
ru-RU | Russian |
tr-TR | Turkish |
zh-CN | Chinese — Simplified |
zh-TW | Chinese — Traditional |
Update Visual Studio 2022 Installation Layout
As updates become available for Visual Studio 2022, you can run the —layout command again, pointing to the same layout folder, to ensure that the folder contains the latest components. Only those components that have been updated since the last time —layout was run will be downloaded.