Skip to content

Instantly share code, notes, and snippets.

@subrotoice
Last active November 12, 2023 03:08
Show Gist options
  • Save subrotoice/f88eb472b7fa7d4b1b319673416b33f8 to your computer and use it in GitHub Desktop.
Save subrotoice/f88eb472b7fa7d4b1b319673416b33f8 to your computer and use it in GitHub Desktop.
#Extension
Prettier - Code formatter (Javascript, HTML, CSS)
Material Icon Theme(Philipp Kief)
Highlight Matching Tag: Highlights matching closing and opening tags
lucy Theme: vscodethemes.com/e/juliettepretot.lucy-vscode/lucy?language=javascript
Live Server: Do not need to refresh browser for any change
Gitlens: Git file change aro kacher theke dekha jay (Empowr Git)
Quokka.js: Live JS variable output dey
Code Snippet: snippet-creator (vincentkos)
Auto Rename Tag: Rename tag Atuo
Snipped: Take Screenshot HD
React: ES7+ React/Redux/React-Native snippets (dsznajder)
VSCode React Refactor: refactor is so easy
PHP Intelephense & PHP IntelliSense: PHP autocomplete and Function Defination move easy, Only for php
Code Runner: PHP er live output dey
phpfmt - PHP formatter
----
#Keyboard Short Cut
Command palette: Ctrl + Shift + P
Search & Open File(Go to file): Ctrl + P
SideBar show/hide: Ctrl+b
Move Line UP/Move Line Down: Alt + ↑ // See from Command Pallet: Ctrl+Shift+P
Setting: Ctrl + ,
Terminal Show/Hide: Ctrl + `
New Terminal: Ctrl + Shift + `
Mouse Wheel Zoom: Setting and Search "Mouse Wheel Zoom"
Copy line down: Shift + Alt + ↓ -> Ctrl + d
Delete line: Ctrl + Shift + K -> Ctrl + Shift + d
Insert line above: Control + Shift + Enter
Jump to matching brackets: Control + Shift +\
Go to line: Control + G
----
Line Number Show/Hide: Install Extension: Settings Cycler (Cody Hoover)
// settings.json: https://prnt.sc/OnHjHR5Gx3Bx
"settings.cycle": [{
"id": "lineNumbers",
"values":[
{
"editor.lineNumbers": "off",
"editor.folding": false,
"editor.glyphMargin": false
},
{
"editor.lineNumbers": "on",
"editor.folding": true,
"editor.glyphMargin": true
}
]
}],
Open Keyboard Shortcuts & and Change Shortcut ie. (Ctrl + L) : CTRL + SHIFT + P // https://prnt.sc/drGcFEsqOAJV
VSCode(Hasin Haider): youtube.com/playlist?list=PLoR56CteKZnBmefc8NTiG8GOHlU1vN3-F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment