Search code examples
netbeansyii2netbeans-8

How to see project name instead of "yii2-app-basic" in Netbeans?


Screenshot of my Netbeans 'Projects' tab

I want to see "jd4" as it comes on mouse hover instead of "yii2-app-basic". It gets confusing when I have multiple Yii2 apps. Is there a way to change this?


Solution

  • Method 1: Click on it, Press f2 and rename it. Simple :) Method 2: Right click on it, select rename and rename it. :)