программирование programming ,

Visual Studio Code Visual Studio Code

Jun 25, 2019 · 3 мин. на прочтение 3 min read
Visual Studio Code
Поделиться Share

Хочу поделиться с Вами своим открытием и рассказать про среду разработки Visual Studio Code. Я раньше недооценивал VS Code и считал, что если есть полноценная Visual Studio, да ещё и Enterprise, да ещё и с ReSharper, то нафиг этот Code, что это вообще за фигня. Теперь я понимаю, что я заблуждался. Это очень хорошее и мощное средство и оно Вам точно пригодиться. Начнём с того, что оно бесплатное, с открытым кодом. Так же эта утилита кроссплатформенная, кроме Windows работает на Linux и Mac. Основное его преимущество в том, что для него существует немыслимое множество плагинов, которые дополняют его функционал. Собственно эти плагины и делают VS Code универсальным средством разработки всего, что угодно. Плагины ставятся прям из самого приложения. Просто поиском находите плагин, например PowerShell, и устанавливаете его. И вуаля – у вас среда разработки кода на Powershell. И не просто, а с подсветкой синтаксиса, с мощным IntelliSense, с дебагером и прочими плюшками, присущими Visual Studio. Естественно PowerShell-ом дело не ограничивается. Можно установить плагин и для

C#, HTML, JavaScript, Json, Docker, XML, yaml, markdown и даже для Cisco IOS

В общем для всего, что угодно, плагинов миллион! Со средой удобно работать. Она лёгкая, быстрая. Удобно открывать и переключаться между несколькими файлами, сравнивать их. Она имеет встроенную консоль, что ускоряет работу с кодом и его отладку. Но при этом у неё достаточно простой и лёгкий дизайн. В среду встроена работа с Git.

У этого продукта есть достойная альтернатива - Atom. Я попробовал их оба и VS Code мне понравился больше.

I want to share a discovery and talk about the development environment Visual Studio Code. I used to underestimate VS Code and thought: if you have a full Visual Studio, and Enterprise, and ReSharper on top of that, why would you need “Code”? Now I realize I was wrong. It’s a very good and powerful tool, and you’ll definitely find it useful.

First, it’s free and open source. It’s also cross-platform: besides Windows, it runs on Linux and Mac. Its main advantage is the incredible number of plugins that extend its functionality. These plugins are what make VS Code a universal development tool for almost anything.

Plugins can be installed right from the application. Just search for a plugin, for example PowerShell, and install it. And voila — you have an IDE for PowerShell. Not just a basic editor, but with syntax highlighting, powerful IntelliSense, a debugger, and other goodies you expect from Visual Studio.

And of course it’s not limited to PowerShell. You can install plugins for:

C#, HTML, JavaScript, Json, Docker, XML, yaml, markdown and even Cisco IOS

In short: there are plugins for pretty much everything. VS Code is lightweight and fast. It’s convenient to open and switch between multiple files, compare them, and use the built-in terminal to speed up development and debugging. It also has built-in Git support.

There is also a decent alternative — Atom. I tried both, and I liked VS Code more.

Заходите в группу Telegram Join the Telegram group
Если есть вопросы или хотите пообщаться, то заходите в мою группу Telegram. If you have questions or want to chat, join my Telegram group.