Package org.python.pydev.editor.correctionassist.heuristics

Examples of org.python.pydev.editor.correctionassist.heuristics.AssistSurroundWith


            for (IAssistProps prop : additionalAssists.values()) {
                assists.add(prop);
            }
        }

        assists.add(new AssistSurroundWith());
        assists.add(new AssistImport());
        assists.add(new AssistDocString());
        assists.add(new AssistAssign());
        assists.add(new AssistPercentToFormat());
View Full Code Here

TOP

Related Classes of org.python.pydev.editor.correctionassist.heuristics.AssistSurroundWith

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.