camelcaseplugin icon indicating copy to clipboard operation
camelcaseplugin copied to clipboard

There is a probability of a double underline

Open SMSshuai opened this issue 1 year ago • 0 comments

Optimization Suggestion: If the variable name is changed manually after the plug-in is used to modify the variable, there is a probability that two underscores will appear when the plug-in is used again. Such as Expected: public static final boolean is_s_matching = false; Actual: public static final boolean is_s__matching = false; I've replicated it multiple times to confirm it exists

SMSshuai avatar May 08 '24 00:05 SMSshuai