This repository was archived by the owner on Mar 19, 2024. It is now read-only.
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
[Rust-analyzer] Some Magic Completions not working as expected #161
Closed
Description
This is another issue that I noticed before RA became official
It has a feature that is called Magic Completions, but some of them doesn't work as expected on Atom
For example:
expr.not<TAB|ENTER>
=> !expr
But as right now on 74dba4c the following will happen:
expr.not<TAB|ENTER>
=> expr.!expr
Metadata
Metadata
Assignees
Labels
No labels