JetBrains IDEs
Editors
JetBrains IDEs
Adds a shared vendor scope and file color for IntelliJ, WebStorm, PyCharm, and other JetBrains IDEs.- Detected From
- .idea, .idea/scopes/Vendor.xml, and .idea/fileColors.xml.
- Writes
- .idea/scopes/Vendor.xml and .idea/fileColors.xml through XML parsing.
- Visibility
- The scope marks vendor files as recognizable project material without excluding them from the IDE.
When To Use It
Use this when JetBrains users need a visual boundary around vendored source without breaking navigation.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.