https://github.com/yurunsoft/vscode-phpcomments
VSCode插件,用于添加PHP方法注释
https://github.com/yurunsoft/vscode-phpcomments
vscode-extension
Last synced: about 2 months ago
JSON representation
VSCode插件,用于添加PHP方法注释
- Host: GitHub
- URL: https://github.com/yurunsoft/vscode-phpcomments
- Owner: Yurunsoft
- Created: 2017-02-23T01:10:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T08:09:33.000Z (about 9 years ago)
- Last Synced: 2025-03-27T21:52:03.980Z (about 1 year ago)
- Topics: vscode-extension
- Language: TypeScript
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#简介
一个自用的简单的VSCode插件,用于快速添加PHP方法的注释。不支持识别参数和返回值类型。
现在在用VSCode写PHP的代码,装了几个插件也基本满足使用需求,然而一直都不能像其它IDE一样/**回车添加方法注释……于是我想自己写个VSCode插件,没想到真被我研究出来了。虽然不能识别参数和返回值类型。
因为满足我的需要了,以后应该不会更新。有需要的拿去,没版权,代码有点乱……
#截图

#使用说明
把整个项目目录放进VSCode的插件目录
Windows `%USERPROFILE%\.vscode\extensions`
Mac `$HOME/.vscode/extensions`
Linux `$HOME/.vscode/extensions`