Files
openide/python/python-external-index/resources/intellij.python.externalIndex.xml
Ilia Zakoulov 6e2d9cc90b PY-84031: Implement PyExternalFilesIndexService to index external files.
Non-project files by default are not indexed, do not have a module and do not have an SDK.
`PyExternalFilesIndexService` is resposible for adding a custom entities to the workspace model.

Space-RevId: dd7c50009e56dea0d69914c9f7f1524c7e77fe20

GitOrigin-RevId: cdfa2a578a01431fb9e0a06ce820c1d9b0f3fc0d
2026-02-03 23:35:47 +00:00

7 lines
344 B
XML

<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<workspaceModel.fileIndexContributor implementation="com.intellij.python.externalIndex.workspace.PyExternalFilesIndexContributor" />
<postStartupActivity implementation="com.intellij.python.externalIndex.PyWelcomeScreenOpenedFilesListener"/>
</extensions>
</idea-plugin>