atom-language-rust
atom-language-rust copied to clipboard
Typing < adds a >
< is also used for comparison, so auto-completing it to <> feels clunky
You're right. For generic types it makes sense to autocomplete <>, for comparison, it doesn't. Unfortunately, the package can't distinguish between these cases as far as I know.
Would it be possible to add a way to just disable the autocomplete then? I find deleting the extra > more annoying than having to type it.