We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been using sublime for a long time and someone told me to switch to vscode.
I found it perfect for coding and very sublime-like but it lacks one thing: find use.
I'm talking about pressing a shortcut/context-menu button and it automatically adds the required class to the top of the file like so:
Products::find(1); | v use App\Models\Products;
The text was updated successfully, but these errors were encountered:
see felixfbecker/php-language-server#234
Sorry, something went wrong.
Thanks @jens1o
No branches or pull requests
I've been using sublime for a long time and someone told me to switch to vscode.
I found it perfect for coding and very sublime-like but it lacks one thing: find use.
I'm talking about pressing a shortcut/context-menu button and it automatically adds the required class to the top of the file like so:
Products::find(1);
|
v
use App\Models\Products;
The text was updated successfully, but these errors were encountered: