Dave Stewart
Dave Stewart
It all feels a bit complicated now we're at a 1.0 release. Update scanning to be able to easily: - scan a folder - re-scan a single path Have one...
It would be useful to be able to run a Sketchpad tool from not just the UI, but the command line or a job. Not sure if anything special is...
Would be useful to be able to call sketchpad methods via the command line. See Stack Overflow post [here](http://stackoverflow.com/questions/28866821/call-laravel-controller-via-command-line) for info on how to do this. Probably via some kind...
Not totally sold on this one, but sometimes it would be useful to view the source of a function in the browser. This would require: - reflection code - a...
Loading in a form is useful for type-casting, but seems to break some in-page links. For example, the links from the Laravel welcome page to Laracasts and Forge don't work....
Tasks: - convert `array_get` to `object_get` - update all array references - remove all `(object)` casts
For a live-doc type site, it would be really useful to be able to either: - automatically find and load a view path which matches a method path - automatically...
It looks like reflection errors break reloading with a 500: ```php class TestController extends Controller; { } ``` ``` Parse error: syntax error, unexpected ';', expecting '{' ``` It might...
Ideas: - permanent indicator in menu bar - permanent indicator at the top of the LiveReload settings - toast when page first loads