Hello
Hello

Reputation: 1

Eclipse Shortcut alt+ shift + N is working differently

I wanted to try to debug a simple code line per line, but it didn't work because it somehow couldn't finde the file, but doesn't matter.

The problem is, after trying that, somehow Eclipse changed a bit?

Usually when i clicked on a Project, and then alt+shift+N I could choose between different files to create (e.g. new Source File, new header file,...)

And now, it only shows this: After entering SHIFT+ALT+N

Anyone know how I can reset it?

It's probably something really simple, but I cannot figure it out.

Thank you!

I tried closing and reopening Eclipse, closing different windows, closing all projects

Upvotes: 0

Views: 59

Answers (1)

Pravin G
Pravin G

Reputation: 1

Alt +shift +N basically helps to create the class package and etc with an ease but sometime when the preferences are set as other then it wouldnt work as expected , so you have to change it in the window option . Window -> Prespective ->open perspective --> Java . Hope it Help....😊

Upvotes: 0

Related Questions