user1980175
user1980175

Reputation:

phpstorm editor namespace highlight

enter image description here

This question is about a phpstorm editor feature.

In the image, right above the editor, there is some writing which shows the namespace\class (Illuminate\View\View) with brownish background (guess its the default color scheme).

Can someone be able to tell me what this feature is called in PhpStorm?

Upvotes: 0

Views: 200

Answers (1)

Sam Dufel
Sam Dufel

Reputation: 17608

That feature is called "breadcrumbs"

https://www.jetbrains.com/phpstorm/webhelp/navigating-with-breadcrumbs.html

Upvotes: 3

Related Questions