Vscode Configuration

screenshot of Vscode Configuration
laravel
nuxt
vue

My VS Code configuration for Laravel and Vuejs development including themes, plugins and fonts

Overview:

In this article, the author shares their VS Code configuration, including the themes, plugins, font, and json configuration file they use in their editor. The author provides a table of contents and encourages readers to star the repository containing the configuration.

Features:

  • Themes I use: Ayu by teabyii, One Dark Pro by binaryify
  • Plugins I use: Auto Close Tag, Auto Rename Tag, Beautify, Bracket Pair Colorizer, Color Highlight, Docker, Git History, Highlight Matching Tag, HTML CSS Support, JavaScript (ES6) code snippets, Laravel Blade Snippets, Laravel Extension Pack, Live Server, Markdown Preview Enhanced, Path Intellisense, PHP Debug, PHP Intelephense, Code formatter, Vetur
  • Fonts I use: Fira Code by @tonsky
  • VS Code Json Config: The author has attached their VS Code json configuration file.

Summary:

In this article, the author shares their personal VS Code configuration, including the themes, plugins, font, and json configuration file they use. They provide a list of the key features, a guide to install the themes and plugins, and encourage readers to star the repository containing the configuration. This article can be useful for readers looking for new themes, plugins, or font options to enhance their VS Code experience.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.