Skip to content

Instantly share code, notes, and snippets.

@chk7964
chk7964 / universal.code-snippets.txt
Last active May 4, 2026 05:41
This code for react and next js developer
//how to satup
// ctrl+shift+p hit enter
// search configure snippets then create global snippets
{
// =========================
// 🌍 UNIVERSAL (ALL FILES)
// =========================
"Console Log": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"workbench.tree.indent": 20,
"workbench.tree.renderIndentGuides": "always",
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#ff0000",
"tree.inactiveIndentGuidesStroke": "#00ff00"
}