From 0e4f8ff8f6881ebcede8e427477309d0afaa260f Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 8 Oct 2018 09:07:55 +0200 Subject: [PATCH] Added Bash IDE --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e2c291..b646c0b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Migrating from Intellij IDEA](#migrating-from-intellij-idea) - [Lint and IntelliSense](#lint-and-intellisense) - [1C](#1c) + - [Bash](#bash) - [C++](#c) - [C#](#c) - [CSS](#css) @@ -215,6 +216,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [1C/OScript](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang ![1C-Syntax](https://cloud.githubusercontent.com/assets/1132840/13007621/9e730984-d1a2-11e5-8ff5-8f7945421184.PNG) +## Bash + +- [Bash IDE](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode) + ## C++ - [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://www.microsoft.com), read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details