ashidamana

PHP Document

直接在vscode中查看php参考手册,部分不常用php关键字可能会查不到

View the php reference manual directly in vscode

Features

效果

效果

Requirement

  • VS Code(>= 1.26.0)
  • 连接网络 Internet connection

Config

config description
phpDocument.language 文档语言 (Document language)

支持的语言 language

{
   [
    "English",
    "Brazilian",
    "Chinese",
    "French",
    "German",
    "Japanese",
    "Romanian",
    "Russian",
    "Spanish",
    "Turkish"
    ]
}

Usage

1.鼠标单击函数位置(或者选中)右键 -> phpDocument
(Mouse click on the function location (or selected) right -> phpDocument)
2.使用命令输入你想查找的函数
ctrl+shift+p -> php Document : Readline -> 输入你要查询的函数名称(example:array) -> enter ,
如果关键词为php全局变量请带上“$”符号(If the keywords are PHP global variables, please bring "$" symbol.)

update

ver 0.0.1 (2018/10/24)

第一版发布

ver 0.0.2 (2018/11/02)

1、修复右下角回到顶部按钮无法使用的问题

ver 0.0.9 (2018/11/05)

1、添加支持更多的php关键字,包括(OOP、流程控制、全局变量)

ver 0.1.0 (2018/11/05)

1、添加支持更多的php关键字,包括(命名空间、值类型)

相关信息

End!

分类:

技术点:

相关文章:

  • 2021-11-04
  • 2021-04-22
  • 2021-07-22
  • 2021-09-25
  • 2021-06-24
  • 2021-09-12
  • 2021-05-19
  • 2021-09-13
猜你喜欢
  • 2021-08-26
  • 2022-01-02
  • 2021-05-24
  • 2022-01-16
相关资源
相似解决方案