Details
Description
say you have the following code, with the cursor positionned as indicated
class StringDelimiterCompletion {
def method() {
println <CURSOR>
}
}
when typing ", I expect the editor to become
class StringDelimiterCompletion {
def method() {
println "<CURSOR>"
}
}
it used to work, I am sure, in previous snapshots
Same as
GRECLIPSE-611