Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyDev: project not visible

Tags:

eclipse

pydev

I was using PyDEV without issue but recently when I create a project in Eclipse the project is not visible in the PyDev perspective but is visible in the Java perspective. My project is a python project. It seems that the perspectives are a little mixed up.

Is there a way to fix this?

like image 561
Codey McCodeface Avatar asked Dec 03 '22 21:12

Codey McCodeface


2 Answers

My solution was:

  1. Going to PyDev Package Explorer
  2. Click View Menu button (arrow pointing down, top left area of the Package Explorer panel)
  3. Top Level Elements
  4. Click Projects
like image 197
alecor Dev Avatar answered Jan 27 '23 21:01

alecor Dev


Maybe you added some filter which is hiding it in the PyDev package explorer?

I.e.: have you tried going to the PyDev package explorer filters (in PyDev package explorer > Ctrl+F10 > Customize View).

Or maybe you set the top-level to working sets and don't have a working set on PyDev? (i.e.: Ctrl+F10 > top level elements)

Or maybe you selected a working set which has nothing? (i.e.: Ctrl+F10 > select working set)

like image 34
Fabio Zadrozny Avatar answered Jan 27 '23 22:01

Fabio Zadrozny