-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi!
Can you fix intent for emuns or tell where i can do this?
Problem:
public enum NAME {
VALUE_1 = 0, // after press Enter unnecessary intent
VALUE_2 = 1,
...
}
Wants:
public enum NAME {
VALUE_1 = 0, // after press Enter NO unnecessary intent
VALUE_2 = 1,
...
}
TextMate version 2.0-beta.6
Metadata
Metadata
Assignees
Labels
No labels