how to configure the eclipse IDE to fully read a 5 Standard project

Asked

Viewed 1,996 times

2

When you create a project with Composer and import into the eclipse Workspace some files do not appear as . env . gitignore or . json alguem knows how to configure the eclipse to be able to read and so be able to write in these files?

  • Beyond the "scubabbl" answer There is a project that is a file for any IDE to interpret Laravel’s magic methods. And in this project they asked a similar question. https://github.com/barryvdh/laravel-ide-helper/issues/655

1 answer

2


In the package explorer menu (Package Explorer), at the top right has an arrow pointing down call View Menu (just hover over to see the Tooltip showing the name of the button). In the menu that appeared, go to the Filters option (Filters) and remove the resource .*.

inserir a descrição da imagem aqui

In short:

Package Explorer -> View Menu (seta pra baixo) -> Filters -> remova .* 

For: scubabbl

  • very good, correct answer by the answer

Browser other questions tagged

You are not signed in. Login or sign up in order to post.