Package fr.adrienbrault.idea.symfony2plugin.util.completion

Examples of fr.adrienbrault.idea.symfony2plugin.util.completion.TagNameCompletionProvider


        ), new ServiceCallsMethodTestCompletion());

        extend(CompletionType.BASIC, StandardPatterns.and(
            YamlElementPatternHelper.getInsideKeyValue("tags"),
            YamlElementPatternHelper.getSingleLineScalarKey("name")
        ), new TagNameCompletionProvider());

        extend(CompletionType.BASIC, YamlElementPatternHelper.getSingleLineScalarKey("factory_method"), new ServiceClassMethodInsideScalarKeyCompletion("factory_service"));

    }
View Full Code Here

TOP

Related Classes of fr.adrienbrault.idea.symfony2plugin.util.completion.TagNameCompletionProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.