Every time I type an opening bracket or semi-column in a CSS or SCSS document, Komodo suggests me useless things like -moz-background-clip , -moz-background-inline-policy , -moz-background-origin , -moz-background-size… which means that every time I press Enter in order to go to a new line after having written a CSS selector or property, I print unwanted code.
A cute example for you to see. I merely pressed Enter several times after the opening braket to print this:
I understand that it triggers automatically after a column because it is waiting for a property value, but this is making me loose a lot of time.
If it is unavoidable, is it possible to make it so only the Tab key accepts the suggested competion, and not the Enter key, so I can go to a new line without loosing my sanity ?
If it is a bug or a missing feature, can you suggest something I can do in the meantime to use autocompletion with CSS ? I tried to bind the Enter key to the Cancel Completion action in the settings but it doesn’t do anything except making the Enter key enable to create new lines.
I see. That’s a command we seem to have overlooked when we implemented the new codeintel. As it stands it won’t do anything other than possibly throw an error. Apologies.