phpStorm, do not index a folder / tree

28,045

From their documentation, looks like the only way to achieve this is to Exclude the directory which will hide it from the project tree...

PhpStorm Documentation

To have PhpStorm ignore the selected directory during indexing, parsing, code completion, etc., click the Excluded toolbar button or choose Excluded on the context menu of the selection.

Share:
28,045
LeMike
Author by

LeMike

Hi there, I am an developer especially in WebApplications on PHP or node.js and currenty working with Magento the most. Besides I like to trade for what I made a blog that describes how to trade among the work - but in German only: My blogs (german): traden neben dem beruf - hallo php welt

Updated on October 18, 2020

Comments

  • LeMike
    LeMike over 3 years

    I can't find the ability of phpStorm 5 to avoid indexing a specific folder. I don't want to exclude it from the Project-View, just don't want phpStorm to index the containing folders, classes, functions etc.

    How is that possible?