-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
[DEMO] Completion Features #1
Comments
Config completionPHP: config-1-php.mp4Blade: config-2-blade.mp4 |
Env completionPHP: env-1-php.mp4Blade: env-2-blade.mp4 |
Validation completionvalidation-1-php.mp4 |
Route completionPHP: route-1-php.mp4Blade: route-2-blade.mp4 |
View completionPHP: view-1-php.mp4Blade: view-2-blade.mp4 |
Middleware completionmiddleware-1-php.mp4 |
Guard completionPHP: guard-1-php.mp4Blade: guard-2-blade.mp4 |
Translation CompletionBlade: translation-1-blade.mp4 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PHP Function Completion
php-function-1-blade.mp4 |
Method directive parameter completioncompletion-method-directive-parameter-completion.mp4 |
Component Completionblade-component-completion-demo.mp4 |
Directive completion1-Directive-completion.mp4 |
Livewire tag completion1-livewire-tag-completion.mp4 |
Livewire action completionSetting items related to this feature:
2-livewire-action-completion.mp4 |
Livewire event completionSetting items related to this feature:
3-livewire-event-completion.mp4 |
Livewire directive completion1-Livewire-directive.completion.mp4 |
Livewire property completionLivewire-property-completion.mp4 |
PHP Class Completion
php-class-completion.mp4 |
PHP Constant completion
|
PHP Keyword completion |
PHP Static Class completionComplementary items are displayed by entering This feature uses PHP's ReflectionAPI in the background, so PHP in your environment must be able to run correctly. php-scope-resolution-completion.mp4 |
PHP Variable completionthis completion feature of variables or objects defined in inline-php region ( The details that are displayed when a completion item is selected are displayed using PHP reflection in the case of an object to identify what kind of object it is. As a side note, there are other php-related regions in the blade file besides inline-php and php-directive, but I thought that I wouldn't define variables there, so I don't support them at the moment. The processing also needs a bit of work. php-variable-completion.mp4 |
PHP Object Member completionphp-object-member-completion.mp4 |
Eloquent Model Field completionCompletion feature using eloquent-model-field-completion.mp4 |
View Reference Variable completionThis feature completes the variables specified in the Unfortunately, the use of the viewReferenceVariableCompletion.mp4 |
No description provided.
The text was updated successfully, but these errors were encountered: