8000 fix yaml does not autocomplete route host option #756 · Koc/idea-php-symfony2-plugin@9c0dd9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c0dd9b

Browse files
committed
fix yaml does not autocomplete route host option Haehnchen#756
1 parent d3fdce6 commit 9c0dd9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fr/adrienbrault/idea/symfony2plugin/config/yaml/YamlCompletionContributor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public class YamlCompletionContributor extends CompletionContributor {
9393
put("resource", "(string)");
9494
put("prefix", "(string)");
9595
put("schemes", "(array|string)");
96+
put("host", "(string)");
9697
}});
9798

9899
public YamlCompletionContributor() {

0 commit comments

Comments
 (0)
0