From 62c52fa93db0d2f741e698e5afa1c234e2d1f597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com> Date: Thu, 8 Feb 2024 10:07:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(PhpLangDoc):=20support=20PHP=20|=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20PHP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++-- build.gradle | 6 +- .../plugin/show/lang/PhpLangDoc.java | 71 +++++++++++++++++++ .../linwancen/plugin/show/lang/base/Prev.java | 4 ++ .../plugin/show/lang/base/ResolveDoc.java | 2 +- .../show/settings/AppSettingsComponent.java | 20 ++++++ .../settings/AppSettingsConfigurable.java | 6 ++ .../show/settings/AppSettingsState.java | 2 + src/main/resources/META-INF/php.xml | 5 ++ src/main/resources/META-INF/plugin.xml | 15 ++-- src/main/resources/META-INF/rust_old.xml | 5 ++ .../github/linwancen/plugin/show/demo/php.php | 15 ++++ 12 files changed, 155 insertions(+), 12 deletions(-) create mode 100644 src/main/java/io/github/linwancen/plugin/show/lang/PhpLangDoc.java create mode 100644 src/main/resources/META-INF/php.xml create mode 100644 src/main/resources/META-INF/rust_old.xml create mode 100644 src/test/java/io/github/linwancen/plugin/show/demo/php.php diff --git a/README.md b/README.md index d5349c1..b12aa4b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Show doc comment at the Project view Tree, line End, json, other

English Note

My Project

@@ -41,6 +41,9 @@ Show doc comment at the Project view Tree, line End, json, other
  • Show doc comment at the Project view Tree, line End, json etc.: Show Comment
  • +
  • show line count for file / method, show children count for dir in project view (tree on the left): +Line Num +
  • Method call usage graph and maven dependency graph: Draw Graph
  • @@ -53,7 +56,7 @@ Show doc comment at the Project view Tree, line End, json, other

    中文说明