For example if we have some variable named UPPERCASE_VARIABLE (e.g. some constant). The current script logic will place caret for each letter in the word. Need to change logic of function that find next place to locate caret. Two or more consecutive uppercase characters should be considered as one.
For example if we have some variable named
UPPERCASE_VARIABLE
(e.g. some constant). The current script logic will place caret for each letter in the word. Need to change logic of function that find next place to locate caret. Two or more consecutive uppercase characters should be considered as one.