Raddy Website Design & Development Tutorials

Improve Tab Readability in VSC with Next.js App Router – Custom Tab Names

By Raddy in NextJs ·

Learn how to enhance your coding experience by customizing tab names in Visual Studio Code (VSC) with the Next.js App Router. In this tutorial, I’ll show you how to make your tab names more readable and organised, transforming files like ‘about/page.jsx’ into ‘About.jsx’.

KeyValue
**/app/**/page.jsx${dirname}.${extname}
**/app/**/layout.js${dirname}.${extname} – layout
**/app/**/slug/page.jsx${dirname(1)}.${extname}

Leave a Reply

Your email address will not be published. Required fields are marked *