Avneet Hall
Avneet Hall

Reputation: 11

Spring Elements not showing under Eclipse Navigator

Although i have enabled Spring Elements and i can see that when i right click on my project, it doesn't show up under my project in Navigator. I installed the necessary plugins also but still cant figure out the issue.

How can i fix this?

Upvotes: 1

Views: 1337

Answers (2)

Abhilash Patel
Abhilash Patel

Reputation: 69

Welcome to Spring tool 4. they have removed it. they are suggesting for go to symbol which can be achieved by Ctrl+6. But not that much helpful as Spring elements hierarchy.

How to use Ctrl+6 efficiently: https://github.com/spring-projects/sts4/wiki/Navigation

Reference to my statement: https://github.com/spring-projects/sts4/issues/23

Upvotes: 1

howlger
howlger

Reputation: 34135

The Navigator view directly shows the files and folders without virtual nodes. Use the Project Explorer view instead.

Upvotes: 0

Related Questions