zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Typing < adds a > #122

Open dospunk opened 6 years ago

dospunk commented 6 years ago

< is also used for comparison, so auto-completing it to <> feels clunky

zargony commented 6 years ago

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.

sunjay commented 6 years ago

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.