From a2b88663e86e9a234a38949e902988d254fe4acc Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 18 Oct 2024 20:18:43 +0200 Subject: [PATCH] =?UTF-8?q?[TASK]=C2=A0Add=20"CSV=20Editor"=20to=20PhpStor?= =?UTF-8?q?m=20editor=20listing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #326 --- Documentation/Appendix/IdePhpStormSetup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Appendix/IdePhpStormSetup.rst b/Documentation/Appendix/IdePhpStormSetup.rst index 903e7634..55e31633 100644 --- a/Documentation/Appendix/IdePhpStormSetup.rst +++ b/Documentation/Appendix/IdePhpStormSetup.rst @@ -131,6 +131,9 @@ Recommended Plugins * `PHPUnit Enhancement `__ This helps with code-completion and navigation in combination with unit tests and Prophecy (among other things). +* `CSV Editor `__ + Allows to easily inspect and edit CSV formatted files in a table (for example used in + testing fixture files). .. _phpstorm-gerritplugin: