ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Dev request - please type hint variables/methods etc

Open edalzell opened this issue 6 years ago • 0 comments
trafficstars

Would be great if the intelligence tools could jump around the code, but it can't when the vars have no type hints. For example these:

    protected $stache;
    protected $paths;
    protected $uris;
    protected $uriQueue = [];
    protected $items;
    protected $loaded = false;
    protected $updated = false;
    protected $expired = false;
    protected $markUpdates = true;
    protected $files;

Would be great if $stache was type hinted so the reflection finder thingy worked in VS Code.

Obviously not urgent but a great nice to have for us folks trying to figure out how all this works.

edalzell avatar Jul 12 '19 15:07 edalzell