Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emileperron/php-hover-documentation
A simple Atom package that displays the definition and description of PHP functions when you hover their names.
https://github.com/emileperron/php-hover-documentation
Last synced: about 1 month ago
JSON representation
A simple Atom package that displays the definition and description of PHP functions when you hover their names.
- Host: GitHub
- URL: https://github.com/emileperron/php-hover-documentation
- Owner: EmilePerron
- License: mit
- Created: 2019-07-25T20:25:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T02:53:37.000Z (about 4 years ago)
- Last Synced: 2024-11-07T16:46:15.544Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP Hover Documentation
PHP is nice, but it lacks a bit of standardization, which can make its built-in functions hard to use.
This simple package adds a tooltip with the definition and description of PHP's built-in methods when you hover them.
It's nothing fancy, but it saved me a lot of time, and I bet it'll do the same for you!