Got rid of live template macro name clashing with IDEA's.
#KT-1443 fixed
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import org.jetbrains.jet.plugin.JetBundle;
|
||||
public class JetSuggestVariableNameMacro extends Macro {
|
||||
@Override
|
||||
public String getName() {
|
||||
return "suggestVariableName";
|
||||
return "kotlinSuggestVariableName";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user