This commit is contained in:
Gaurav Makhecha 2023-02-27 22:40:02 -03:00 committed by GitHub
commit 722c05cd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [JS Parameter Annotations](#js-parameter-annotations)
- [Jumpy](#jumpy)
- [Kanban](#kanban)
- [Laravel Traveller](#laravel-traveller)
- [Live Server](#live-server)
- [Multiple clipboards](#multiple-clipboards)
- [ngrok for VSCode](#ngrok-for-vscode)
@ -764,6 +765,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
> Simple Kanban board for use in Visual Studio Code, with time tracking and Markdown support.
## [Laravel Traveller](https://marketplace.visualstudio.com/items?itemName=freshbitsweb.laravel-traveller)
> Travel through your Laravel app by just clicking on links.
![Laravel Traveller](https://raw.githubusercontent.com/freshbitsweb/laravel-traveller/master/images/open_latest_log_file.gif)
## [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
> Launch a development local Server with live reload feature for static & dynamic pages.