From 7c5215c946555e1ec99cecececc4e5877ec71c5b Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Sat, 18 Feb 2017 17:51:15 +0100 Subject: [PATCH] Adding IdeHelper The header here reads "parsing and manipulation codebases", so I thought maybe it fits into that description? --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fd4476..c9abd46 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,10 @@ Additional lists you might find useful: - [Cache plugin](https://github.com/dereuromark/cakephp-cache) - For caching views (HTML, CSV, JSON, XML, ...) as static cache files. ## Code Analysis - *Plugins for analysing, parsing and manipulation codebases.* +- [IdeHelper plugin](https://github.com/dereuromark/cakephp-ide-helper) - Helps to make IDE support better by adding annotations to your existing code similar to what baking does to new code. + ## Debugging *Plugins for debugging.*