ideas
ideas copied to clipboard
Dev request - please type hint variables/methods etc
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.