eclipse-corrosion / corrosion

Eclipse Corrosion - Rust edition in Eclipse IDE
Eclipse Public License 2.0
223 stars 31 forks source link

Annoying auto-completion on Enter #431

Open lessismordaunt opened 4 months ago

lessismordaunt commented 4 months ago

The autocomplete suggestions rich overlay will auto-select the first suggested item, meaning pressing \<Enter> e.g. to insert a new line will instead insert the suggestion.

This is pretty bad behaviour which requires pressing \<Esc> to annul the suggestion first before editing can continue.