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!

版权声明:本文为ashidamana原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/ashidamana/p/9927442.html