https://github.com/miguilimzero/libssh2-ide-helper
Auto completion, trigger suggest and view docs for LIBSSH2 in your favorite editor / IDE.
https://github.com/miguilimzero/libssh2-ide-helper
autocomplete docs ide ide-helper php ssh2
Last synced: about 1 month ago
JSON representation
Auto completion, trigger suggest and view docs for LIBSSH2 in your favorite editor / IDE.
- Host: GitHub
- URL: https://github.com/miguilimzero/libssh2-ide-helper
- Owner: miguilimzero
- License: mit
- Created: 2021-04-27T01:26:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T23:01:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T01:47:01.532Z (about 1 month ago)
- Topics: autocomplete, docs, ide, ide-helper, php, ssh2
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
LIBSSH2 IDE Helper
====================[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]Auto completion, trigger suggest and view docs for [LIBSSH2](https://www.php.net/manual/en/book.ssh2.php) in editor.
The purpose of avoid the tips of undefined and improve work efficiency.
## Usage
### Composer (recommended)composer require --dev miguilim/libssh2-ide-helper
### Text editor
Put the source code in your project.
### IDE
Put the source code path into `Include Path` in IDE.
[ico-downloads]: https://img.shields.io/packagist/dt/miguilim/libssh2-ide-helper.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-downloads]: https://packagist.org/packages/miguilim/libssh2-ide-helper