I get some unwanted autocomplete with Komodo IDE 11.0.1
For example :
body{}
The closing curly brace is added automatically (that’s ok). So the cursor is inside the curly braces.
If I hit enter, I get this :
body{-moz-appearance: }
So I have to hit escape before hitting enter, to get this :
html, body{
}
Here’s another example in combination with emmet :
“m” is the abbreviation for “margin”. If I hit “m”, then tab to expand the abbreviation, I get this :
margin: marks: ;
There’s plenty of other examples. Is it this a known bug ?