|
35 | 35 | </extensionPoint> |
36 | 36 | </extensionPoints> |
37 | 37 | <extensions defaultExtensionNs="com.intellij"> |
38 | | - <projectService serviceInterface="com.intellij.profile.codeInspection.InspectionProjectProfileManager" |
| 38 | + <projectService serviceInterface="com.intellij.profile.codeInspection.InspectionProjectProfileManager" open="true" |
39 | 39 | serviceImplementation="com.intellij.profile.codeInspection.ProjectInspectionProfileManager" preload="notHeadless"/> |
40 | 40 | <projectService serviceInterface="com.intellij.packageDependencies.DependencyValidationManager" |
41 | 41 | serviceImplementation="com.intellij.packageDependencies.DependencyValidationManagerImpl"/> |
|
47 | 47 | <applicationService serviceImplementation="com.intellij.codeInsight.CodeInsightSettings" client="all"/> |
48 | 48 | <applicationSettings service="com.intellij.codeInsight.CodeInsightSettings"/> |
49 | 49 |
|
50 | | - <applicationService serviceInterface="com.intellij.codeInsight.completion.CompletionService" |
| 50 | + <applicationService serviceInterface="com.intellij.codeInsight.completion.CompletionService" open="true" |
51 | 51 | serviceImplementation="com.intellij.codeInsight.completion.BaseCompletionService"/> |
52 | 52 | <applicationService serviceInterface="com.intellij.ide.plugins.PluginUtil" |
53 | 53 | serviceImplementation="com.intellij.ide.plugins.PluginUtilImpl"/> |
|
61 | 61 | serviceImplementation="com.intellij.codeInsight.template.TemplateBuilderFactoryImpl"/> |
62 | 62 | <applicationService serviceInterface="com.intellij.modcommand.ModCommandService" |
63 | 63 | serviceImplementation="com.intellij.lang.impl.modcommand.ModCommandServiceImpl"/> |
64 | | - <applicationService serviceInterface="com.intellij.modcommand.ModCommandExecutor" |
| 64 | + <applicationService serviceInterface="com.intellij.modcommand.ModCommandExecutor" open="true" |
65 | 65 | serviceImplementation="com.intellij.lang.impl.modcommand.ModCommandBatchExecutorImpl"/> |
66 | 66 |
|
67 | 67 | <projectService serviceInterface="com.intellij.psi.impl.cache.CacheManager" |
|
70 | 70 | serviceImplementation="com.intellij.psi.impl.search.PsiSearchHelperImpl"/> |
71 | 71 | <projectService serviceInterface="com.intellij.psi.impl.ResolveScopeManager" |
72 | 72 | serviceImplementation="com.intellij.psi.impl.file.impl.ResolveScopeManagerImpl"/> |
73 | | - <projectService serviceInterface="com.intellij.openapi.module.impl.ModuleScopeProviderFactory" |
| 73 | + <projectService serviceInterface="com.intellij.openapi.module.impl.ModuleScopeProviderFactory" open="true" |
74 | 74 | serviceImplementation="com.intellij.openapi.module.impl.scopes.ModuleScopeProviderFactoryImpl"/> |
75 | 75 |
|
76 | 76 | <projectService serviceInterface="com.intellij.openapi.editor.LazyRangeMarkerFactory" |
|
0 commit comments