Change description of 'iter' template to make it searchable by 'for' prefix
#KT-6603 Fixed
This commit is contained in:
@@ -121,7 +121,7 @@ unused.class=Class ''{0}'' is never used
|
||||
|
||||
livetemplate.description.main=main() function
|
||||
livetemplate.description.soutp=Prints function parameter names and values to System.out
|
||||
livetemplate.description.iter=Iterate over elements of iterable
|
||||
livetemplate.description.iter=Iterate over elements of iterable (for-in loop)
|
||||
livetemplate.description.ifn=Inserts ''if null'' expression
|
||||
livetemplate.description.inn=Inserts ''if not null'' expression
|
||||
livetemplate.description.void=Function returning nothing
|
||||
|
||||
Reference in New Issue
Block a user