Skip to content

Kapsonfire/ide-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swoole IDE Helper

Build Status Latest Stable Version License

This package contains IDE help files for Swoole. You may use it in your IDE to provide accurate autocompletion.

Install

You may add this package to your project using Composer:

composer require swoole/ide-helper:@dev
# or you may install a specific version, like:
composer require swoole/ide-helper:~4.4.7

It's better to install this package on only development systems by adding the --dev flag to your Composer commands:

composer require --dev swoole/ide-helper:@dev
# or you may install a specific version, like:
composer require --dev swoole/ide-helper:~4.4.7

Generate IDE Help Files

Have Docker running first, then use script ./bin/generator.sh to generate IDE help files and put them under folder output/ with commands like following:

./bin/generator.sh       # To generate stubs with latest code from the master branch of Swoole.
./bin/generator.sh 4.4.7 # To generate stubs for a specific version of Swoole.

About

📘 Swoole IDE Helper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Shell 0.7%