VS Code
| Title | Code |
|---|---|
|
|
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
|
|
|
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 |
|
|
settings.json "editor.codeLens": false or true |
|
|
setting/tab search tab size : 4 set Editor: Detect Indentation : Uncheck If uncheck, the tab 4 work globally |
|
|
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
}
]
|
|
|
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 |
|
|
Ctrl + shift +P select : formate document |
|
|
PHP Intelephense PHP Namespace Resolver |
|
|
Termina: copy section Terminal: Paste section search both and use trl,v, c Vs code editor the press Ctrl K S The view the keyboard shortcuts https://www.youtube.com/watch?v=pilep_-SSQI&ab_channel=GhostTogether |
|
|
In the readme.md pahe Press Ctrl V |
|
|
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 |
|
|
Ctrl K 0 https://www.youtube.com/watch?v=EmSuX3e6Ejs&ab_channel=GhostTogether |
|
|
crtl + f type: <!--[\s\S]*?--> select * icon replace fiel blink then replace all button break remove using \n\s* to search and 'space' replace <link rel="stylesheet" crossorigin="anonymous"> to click the formate extension <link rel="stylesheet" crossorigin="anonymous"> |
|
|
{
"global": {
"commands": [
{
"id": "48a713a0-12da-402a-bdf3-c9a5fa53abc4",
"name": "php --version",
"command": "sudo update-alternatives --config php",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
},
{
"id": "c2863a75-7a84-48ca-a53d-9afaf5e31fbc",
"name": "php artisan serve",
"command": "php artisan serve",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
},
{
"id": "481713a0-12da-402a-bdf3-c9a5fa53abc4",
"name": "apache2 restart",
"command": "sudo systemctl restart apache2",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
},
{
"id": "c2823a75-7a84-48ca-a53d-9afaf5e31fbc",
"name": "update & upgrade",
"command": "sudo apt update && sudo apt upgrade",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
},
{
"id": "c2865a75-7a84-48ca-a53d-9afaf5e31fbc",
"name": "all clear",
"command": "php artisan cache:clear && php artisan config:clear && php artisan config:cache && php artisan view:clear && php artisan route:clear && php artisan optimize:clear && php artisan o:c",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
},
{
"id": "2135ce22-9955-4551-b80b-2028222bb386",
"name": "git pull branch",
"command": "git pull origin name",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
},
{
"id": "33be6cc8-7ac1-4d36-b3bc-2d1952c8918a",
"name": "Migrate & fresh",
"command": "php artisan migrate:fresh",
"placeholderTypeId": "doubleCurlyBraces",
"sortOrder": 0,
"parentFolderId": null
}
],
"folders": []
},
"workspace": {
"commands": [],
"folders": []
}
}
|