Noah Frederick

Results 22 comments of Noah Frederick

> FWIW I'd be more than happy to try and learn how to add a deoplete bridge for this but I'd probably want some direction first. I'm definitely open to...

> PS: It looks like I'm not getting insert mode completion in ncm2, but I might not have something setup right. Is ncm2 expected to work with this? Unfortunately only...

[NCM2 support was added](https://github.com/noahfrederick/vim-laravel/pull/15) thanks to @FatBoyXPC.

> It would be awesome if gf would take the user to the route handler. `gf` on *what*, though?

> I meant `route('route.name')`. I feel it would be more intuitive for this to jump to the respective routes file, although either way, we would really be stretching the semantics...

I've got a little time. What do you have in mind? Yeah, I think the routes file idea is maybe not feasible, short of doing some ugly scraping with regexes.

Shoot me an email at [email protected].

Thanks for sharing this, @mikeslattery. It looks like you put a lot of care into it.

@bdkjones Don't worry—it's fantastic. CodeKit 1 and especially 2 have made front-end development so much easier. And great UI. Your app is literally one of the main reasons I can't...

I agree that's a valid concern. `:Accio` could take a special argument that means "echo the task(s) that would be run." ``` :Accio? No tasks ['foo', 'bar'] - buffer-local setting...