Files
nexus/wiki/entities/Intelephense.md
2026-05-03 05:42:12 +08:00

904 B
Raw Blame History

title, type, entity_type, tags, sources, last_updated
title type entity_type tags sources last_updated
Intelephense entity tool
LSP
PHP
language-server
lsp-index-engineer.md
2026-04-29

Overview

Intelephense 是 PHP 语言的 LSP 实现graphd 默认要求生产就绪的语言服务器之一,提供 PHP 代码的跳转定义、引用查找、悬停文档和自动完成功能。

Details

  • Command: intelephense --stdio
  • Protocol: LSP 3.17
  • Role in graphd: 默认必须支持的生产就绪语言服务器
  • Note: TypeScript LSP 支持层级符号,但 PHP Intelephense 不支持——LSP/Index Engineer 强制要求"永远验证假设",必须检查服务器能力响应而非假设支持

Connections