Skip to content

Instantly share code, notes, and snippets.

@soulbliss
Created April 29, 2024 06:32
Show Gist options
  • Save soulbliss/b6f4406535823e5e7e0524d19a8de70a to your computer and use it in GitHub Desktop.
Save soulbliss/b6f4406535823e5e7e0524d19a8de70a to your computer and use it in GitHub Desktop.
next js VS Code custom editor labels config
"workbench.editor.customLabels.patterns": {
"**/app/**/page.tsx": "${dirname} - Page",
"**/app/**/layout.tsx": "${dirname} - Layout",
"**/component/**/index.tsx": "${dirname} - Component"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment