GithubHelp home page GithubHelp logo

yurunsoft / ide-helper Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 22 KB

让 PHP 扩展支持 IDE 代码提示,通过在 composer.json 配置,可以支持所有扩展,包括但不限于 Swoole、Redis 等

License: MIT License

PHP 100.00%

ide-helper's Introduction

ide-helper

Latest Version Php Version IMI License

介绍

让 PHP 扩展支持 IDE 代码提示,通过在 composer.json 配置,可以支持所有扩展,包括但不限于 Swoole、Redis 等

技术支持群: 17916227点击加群,如有问题可以及时解答和修复。

使用

在项目中引入yurunsoft/ide-helper,然后在composer.jsonextra中配置。

如下所示,可以生成 swooleredis 的代码提示帮助文件。

支持所有 PHP 扩展,前提是你的环境中有安装。

{
    "require-dev": {
        "yurunsoft/ide-helper": "~1.0"
    },
    "extra": {
        "ide-helper": {
            "list": [
                "swoole",
                "redis"
            ]
        }
    }
}

最后执行composer update即可。

ide-helper's People

Contributors

yurunsoft avatar

Stargazers

 avatar Markway avatar Jaya Zhao avatar yangliuan avatar anhoder avatar BaAGee avatar Lenix avatar  avatar Ammar Faizi avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

ajunlonglive

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.