Create new class, eclipse right menu not showing

I have a very annoying problem in Eclipse java neon, when I right click on a package to create a new class or in any scope, Eclipse doesn't show me suggestions like class, package or even project, but only incomplete menu not usable I already started eclipse with -clean but didn't help

Illustrating the problem, I also noticed that Eclipse is in ... debug mode? (in the upper left corner) enter image description here

+3


source to share


3 answers


You are in the Debug perspective (see What is perspective? ). You can return to the Java or JEE perspective (where most development is usually done) using the perspective switch toolbar in the upper right corner of the Eclipse window.



I suggest you learn about using Outlook in Eclipse .

+5


source


Try

File --> New --> (Then choose what you want)

      



Specify source folder and package.

+1


source


  • Select the menu Window -> Perspective -> Customize Perspective...

    .
  • Select a tab Menu Visibility

    .
  • Select the tree node File -> New

    .
  • Toggle the checkbox in the menu items as you like.
+1


source







All Articles