When you create a project with composer and import it into the eclipse workspace, some files do not appear like for example .env .gitignore or .json does anyone know how to configure eclipse to be able to write to them?
When you create a project with composer and import it into the eclipse workspace, some files do not appear like for example .env .gitignore or .json does anyone know how to configure eclipse to be able to write to them?
In the package explorer menu ( Package Explorer
), at the top right you have an arrow pointing down called View Menu
(just hover the mouse over to see the ToolTip showing the button name). In the menu that appeared, go to the Filters option ( Filters
) and remove the .*
feature.
Inshort:
PackageExplorer->ViewMenu(setaprabaixo)->Filters->remova.*
By: scubabbl