Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does this symbol mean in IntelliJ? (check mark between file icon and file name)

In the project navigator in IntelliJ IDEA I have an icon similar to a check mark between the file icon and file name. I can't find any explanation in the Icon Reference.

Does anybody know what it means?

IntelliJ IDEA check mark between file icon and file name in Project Navigator

like image 320
buggy1985 Avatar asked May 02 '16 10:05

buggy1985


People also ask

What does this symbol mean in IntelliJ red circle on bottom left corner of file name with J in it?

It means your Java source files aren't part of the project.

What does dot on folder mean in IntelliJ?

The blue dot package icon is an indicator that the Web Facet has been configured correctly and is usually seen on the web source directory src/main/webapp .

What does red file name mean in IntelliJ?

If you are referring to the file name being in red, that indicates there was a Version Control System (VCS) merge conflict (or the file was changed as part of two different change lists and has not yet been acknowledged).

How do I mark a file in IntelliJ?

Bookmark files, packages, folders, and modulesIn the Project tool window ( Alt+1 ), right-click an item that you want to bookmark and select Bookmarks | Add Bookmark ( F11 ) or Add Mnemonic Bookmark ( Ctrl+F11 ).


2 Answers

It is a bookmark. Use menu item Navigate > Bookmarks > Show Bookmarks to show all your bookmarks.

like image 143
Bas Leijdekkers Avatar answered Oct 23 '22 01:10

Bas Leijdekkers


There are two ways to remove it:

  1. You can click on the folder and press F11.
  2. You can click on the folder and then use the menu item: Navigate > Bookmarks > Toggle Bookmark
like image 20
Gaurav Satish Avatar answered Oct 23 '22 03:10

Gaurav Satish