An open API service indexing awesome lists of open source software.

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.

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