From 2241bc902d0e6d60246d837c1c8ed917652158b7 Mon Sep 17 00:00:00 2001 From: Ramona Morea Date: Thu, 7 Dec 2017 22:07:10 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0bde609b..3e8bf386 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ + [Sublime Text](#sublime-text) + [Atom](#atom) + [Visual Studio](#visual-studio) + + [Eclipse with XAMPP](#eclipse-with-xampp) * [Running your code through WPCS automatically using CI tools](#running-your-code-through-wpcs-automatically-using-ci-tools) + [Travis CI](#travis-ci) * [Fixing errors or whitelisting them](#fixing-errors-or-whitelisting-them) @@ -225,6 +226,10 @@ sublime-phpcs is insanely powerful, but if you'd prefer automatic linting, [Subl Please see "[Setting up PHP CodeSniffer in Visual Studio Code](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/)", a tutorial by Tom McFarlin. +### Eclipse with XAMPP + +Please see "[Setting up WPCS when using Eclipse with XAMPP](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/How-to-use-WPCS-with-Eclipse-and-XAMPP)" for more details. + ## Running your code through WPCS automatically using CI tools