상세 컨텐츠

본문 제목

webstorm 폴더 색깔이 빨간색일 때

본문

728x90

문제

한 폴더의 색깔이 빨간색이다.
그래서 이 폴더 내 파일의 함수가 읽어지지 않는다. Unresolved function or method 라고만 읽혀진다.

원인

(아마 이전에 삭제해줬다가 다시 복구 시켜준 폴더라서 그런건지 원인은 모르겠지만) excluded 폴더로 분류가 되었기 때문에 빨간색이 뜨는거였다.

tests folders
let you keep code related to testing separately from production code.

Resource Root folders:
files in Resource Root folders can be referenced relative to these folders instead of specifying full paths. For example, when you start typing within the src attribute of the HTML img tag, auto-completion will suggest images from the Resource Root folder.

Excluded folders
are ignored by code completion, navigation, and inspections.Exclude folders and specific files that you don't need at the moment, this helps you increase the WebStorm performance.


성능을 위해 일부러 excluded 로 하기도 한다고 한다.

해결

해당 폴더 우클릭 > mark directory as > cancle exclusion 클릭을 해주면 된다.





출처 :
https://www.jetbrains.com/help/webstorm/configuring-project-structure.html#content-root

Configuring project structure | WebStorm

www.jetbrains.com

728x90
반응형

관련글 더보기