zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing < adds a >

dospunk opened this issue · comments

< 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.