JetBrains / JetBrains/resharper-unity
YAML parsing should respect ignored files and folders
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Currently, it seems the new yaml parsing feature will not consider files/folders set in the "Elements to skip" in Editor -> Inspection Settings.
This is undesirable when using third party assets or "pure data" assets in general.
In my particular case, I have many thousands of prefabs that contain only data (many from third parties) that should never be parsed and I have DotSettings files to ignore all third party assets in general.
Rider should not parse them if they are defined to be skipped, since this takes considerable time and will increase the time it takes to perform other operations.
Note: I'm currently on the latest nightly.
Contributor guide
Assessment
This issue has not been assessed yet.