VS Code

Title Code
VS Extension
Vs code path:
    C:\Users\Aslam\AppData\Local\Programs\Microsoft VS Code
Vs code extension path:
    C:\Users\Aslam\.vscode\extensions
Background color
    Shades of Purple
    One Dark Pro

SynthWave
    href to view <i>href</i>
    ctrl+shift+p
    SynthWave [Enable neon]

icon
    Material Icon Theme
    vscode-icons

Auto Close Tag
Auto Rename Tag

Code Spell Checker
Prettier - Code formatter
https://www.youtube.com/watch?v=z9K1XBf01ls&ab_channel=CODESHARK

Live Server
Live Share

Bracket Pair Colorizer
indent rainbow
extension
PHPDoc Comment
HTML CSS Support
IntelliSense for CSS class names in HTML
PHP IntelliSense
PHP Namespace Resolver
Laravel Blade formatter
Laravel Blade Snippets
Save Commands
How to disable codelens in VS code? disable references
settings.json
 "editor.codeLens": false or true
tab size 4
setting/tab search
tab size : 4 set

Editor: Detect Indentation : Uncheck 
If uncheck, the tab 4 work globally
FTP
https://www.youtube.com/watch?v=SknrqcTzh1g
[
	{
		"name": "",
		"host": "",
		"port": 21,
		"type": "ftp",
		"username": "",
		"password": "",
		"path": "/",
		"autosave": true,
		"uploadOnSave": true,
                Or
                "autoUpload": true,
		"confirm": false
	}
]
VS code extension Power by AI
Github copilot
tabnina
blackbox
code gpt
bito ai
mintlify doc writer
readable
denigma

https://youtu.be/6wilewRV3xQ?t=2439
auto close tag
auto impot es6, ts jsx...
auto rename
Eslint
npm intellisence
path intellisence
postman or thunder clint
prettier
reactjs code snippets
snipped
styleint
tailwind css
vscode react refactor
vscode-icons
formetter
Ctrl + shift +P

select : formate document
php function button click
PHP Intelephense
PHP Namespace Resolver
vscode keyboard shortcuts setup
Vs code editor the press

Ctrl K S
The view the keyboard shortcuts

https://www.youtube.com/watch?v=pilep_-SSQI&ab_channel=GhostTogether
markdown preview (readme.md)
In the readme.md pahe
Press

Ctrl V
Save Commands
global command
php --version > sudo update-alternatives --config php
php artisan serve
php artisan db:wipe; php artisan  migrate
npm run dev
apache2 restart > sudo systemctl restart apache2
all clear >
php artisan cache:clear;
php artisan config:clear;
php artisan config:cache;
php artisan view:clear;
php artisan route:clear;
php artisan optimize:clear;

update & upgrade > sudo apt update; sudo apt upgrade
composer install
Collapse All Functions
Ctrl K 0

https://www.youtube.com/watch?v=EmSuX3e6Ejs&ab_channel=GhostTogether