mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
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
7 lines
344 B
XML
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>
|