GithubHelp home page GithubHelp logo

tebellox / vscode-laravel-extra-intellisense Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amir9480/vscode-laravel-extra-intellisense

0.0 2.0 0.0 1.4 MB

This extension adds extra autocompletion for laravel projects to VSCode.

Home Page: https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense

License: MIT License

TypeScript 97.37% JavaScript 2.63%

vscode-laravel-extra-intellisense's Introduction

Laravel Extra Intellisense

This extension provides Laravel routes, views and ... autocomplete for VSCode.

Screen Shot

Autocomplete

  • Route names and route parameters
  • Views and variables
  • Configs
  • Translations and translation parameters
  • Laravel mix function
  • Validation rules
  • View sections and stacks
  • Env
  • Route Middlewares

Configuration

LaravelExtraIntellisense.customValidationRules:

Your custom validation rules snippets.

Example:

"LaravelExtraIntellisense.customValidationRules": {
    "mobile": "mobile",
    "distance_gt": "distance_gt:${0:1km}"
}

Other products

Laravel Sanjab

If you want to create admin panels for Laravel quick and easy checkout Sanjab package. It is also free.

Release Notes

0.3.2

  • Add configuration for views separator (#22).
  • can, cannot autocomplete.

0.3.1

  • Fix #18.

0.3.0

  • env autocomplete added.
  • Route middleware autocomplete added.
  • Nested stack and section support added.
  • Function parser improvement.

0.2.6

  • Blade stack autocomplete added.
  • Duplicate section autocomplete items fixed.
  • PHP commands converted to async functions to prevent unresponsive extension host error.

0.2.4

  • Blade section autocomplete added.

0.2.3

  • View parameters autocomplete.
  • Route autocomplete bug in linux fixed.

0.2.2

  • Auto-Retry removed from all providers. causes some performance issues.
  • Disable logging added.

0.2.1

  • markdown function added to view functions for autocomplete.
  • Using file watcher instead of save event. Better change detect for view autocomplete.
  • json translation autocomplete added.

0.2.0

Validation rules autocomplete added. works with Validator class, validate functions and inside request classes.

0.1.5

Route action autocomplete added. Route::get, Route::post,... autocompletes controller actions inside app\Http\Controllers.

0.1.2 - 0.1.4

Performance improvments.

0.1.1

Add mix autocomplete.

0.1.0

Fix problems with linux. Add translation autocomplete. Improved providers.

0.0.6

Config autocomplete added.

0.0.5

Route bug fix.

0.0.4

View names with namespaces ready to use.

0.0.3

View functions autocompelete added.

0.0.2

Blade bug fix.

0.0.1

Add route autocomplete.

Recommended extensions

Credits

vscode-laravel-extra-intellisense's People

Contributors

amir9480 avatar jdombroski avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.