diff coc-settings.json @ 20:7cc13548becc

updating coc, prompts and auto loggin
author Luka Sitas <lsitas@avatarasoftware.com>
date Thu, 26 Feb 2026 12:30:11 -0500
parents 1a705d7a7521
children 20ce06ac3a68
line wrap: on
line diff
--- a/coc-settings.json	Tue Jan 06 14:00:08 2026 -0500
+++ b/coc-settings.json	Thu Feb 26 12:30:11 2026 -0500
@@ -1,3 +1,21 @@
 {
+  "languageserver": {
+    "php": {
+      "command": "phpactor",
+      "args": ["language-server"],
+      "filetypes": ["php"],
+      "initializationOptions": {},
+      "settings": {
+        "phpactor": {
+          "language_server_worse_reflection.collector.deep": true,
+		  "worse_reflection.additive_stubs": [
+				"_ide_helper.php"
+			]
+        }
+      }
+    }
+  },
+  "suggest.noselect": true,
+  "diagnostic.displayByAle": false,
   "extensions.updateCheck": "daily"
-}
\ No newline at end of file
+}