From 3f3f5f2528cf87b5e425aaaea641e0bb0e709cd7 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 22:41:24 +0100 Subject: [PATCH] Added Configuring Visual Studio Code for Drupal --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 35f9209..25e12c9 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code +#### Read more + +- [Configuring Visual Studio Code for Drupal](https://www.drupal.org/docs/develop/development-tools/configuring-visual-studio-code) + ### Python - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.