package com.intellij.perlplugin; /** * Created by ELI-HOME on 25-Feb-15. */ public class ConfigurationHolder { public static boolean isHideFirstSelfArgument = true;//true - hide in auto complete the 1st sub argument if it's $self,$class or $proto }