patricksamson / laravel-5-snippets

Laravel 5 Snippets for Sublime Text
MIT License
111 stars 29 forks source link

Not rendering '$' object (this PHP/Laravel) on VSCode #25

Closed jotapegue closed 4 years ago

jotapegue commented 6 years ago

public function user() { return this->belongsTo('App\User', 'foreign_key', 'other_key'); }

patricksamson commented 5 years ago

This package is intended for Sublime Text since that’s what I use. If you can fix it for VSC without breaking anything, you’re welcome to contribute!