Code Monkey home page Code Monkey logo

Comments (9)

GrahamCampbell avatar GrahamCampbell commented on June 11, 2024 2

i installed the ide-helper

You said you'd tried the IDE helper package. Please report to them that it is not picking up the methods from the facades in this package.

from laravel-digitalocean.

michabbb avatar michabbb commented on June 11, 2024 2

@CraigHarley so what do you think is this: https://github.com/GrahamCampbell/Laravel-DigitalOcean/blob/master/src/Facades/DigitalOcean.php ???

from laravel-digitalocean.

michabbb avatar michabbb commented on June 11, 2024 1

@CraigHarley thanks for your try to help, but your code has nothing to do with "recognizing facades", only with "recognizing what's behind a variable" 😏

from laravel-digitalocean.

CraigHarley avatar CraigHarley commented on June 11, 2024 1

There's no doc block type hinting on that file.

An example is the line I linked to.

from laravel-digitalocean.

GrahamCampbell avatar GrahamCampbell commented on June 11, 2024

I'm not sure. Maybe try taking this up with the IDE helper package?

from laravel-digitalocean.

michabbb avatar michabbb commented on June 11, 2024

Pardon, what do you mean with "try taking up" and what exactly is the "ide helper package" for you? Thanks

from laravel-digitalocean.

CraigHarley avatar CraigHarley commented on June 11, 2024

@michabbb you can work around this by doing:

/** @var \DigitalOceanV2\DigitalOceanV2 $do */
$do = DigitalOcean::connection('main');

Now the intellisense on $do will work.

https://docs.phpdoc.org/latest/references/phpdoc/tags/var.html

from laravel-digitalocean.

CraigHarley avatar CraigHarley commented on June 11, 2024

Cool 👍, well feel free to create a PR to add the type hinting like this:

https://github.com/laravel/framework/blob/7.x/src/Illuminate/Support/Facades/DB.php#L6

from laravel-digitalocean.

CraigHarley avatar CraigHarley commented on June 11, 2024

Like this:
@method static \Illuminate\Database\ConnectionInterface connection(string $name = null)

from laravel-digitalocean.

Related Issues (20)

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.