File tree 3 files changed +3
-3
lines changed
kotlin/de/shyim/shopware6/util
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
pluginGroup = com.github.shyim.shopware6
5
5
pluginName =shopware6-phpstorm-plugin
6
- pluginVersion =0.0.31
6
+ pluginVersion =0.0.32
7
7
8
8
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
# for insight into build numbers and IntelliJ Platform versions.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ object AdminSnippetUtil {
62
62
fun getAllEnglishKeys (project : Project ): MutableList <SnippetCompletionElement > {
63
63
val keys = mutableListOf<SnippetCompletionElement >()
64
64
65
- FrontendSnippetUtil .getAllSnippets (project).forEach { file ->
65
+ getAllSnippetFiles (project).forEach { file ->
66
66
if (! file.file.endsWith(" en-GB.json" )) {
67
67
return @forEach
68
68
}
Original file line number Diff line number Diff line change 197
197
<vcs .commitMessageProvider implementation =" de.shyim.shopware6.vcs.GitlabCommitMessageProvider" />
198
198
199
199
<codeInsight .lineMarkerProvider implementationClass =" de.shyim.shopware6.marker.js.AdminComponentMarker" language =" JavaScript" />
200
- <gotoSymbolContributor implementation =" de.shyim.shopware6.navigation.symbol.AdminComponentSymbolContributor" order = " first " />
200
+ <gotoSymbolContributor implementation =" de.shyim.shopware6.navigation.symbol.AdminComponentSymbolContributor" />
201
201
</extensions >
202
202
203
203
<extensions defaultExtensionNs =" fr.adrienbrault.idea.symfony2plugin.extension" >
You can’t perform that action at this time.
0 commit comments