Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

v0.22.0

Compare
Choose a tag to compare
@alexheretic alexheretic released this 17 May 15:26
· 64 commits to master since this release
66e351f
  • Switch from RLS to rust-analyzer (#157). Also see rust-lang/rfcs#2912.
  • Add snippets for eprint, eprintln, todo, unimplemented, and unreachable (#162).
  • Update atom-languageclient: support additionalTextEdits (#165).
  • Update atom-languageclient to use rimraf for building (#160).
  • Workaround missing markdown syntax highlighting (#171)
  • Improve the missing rust-analyzer bin error notification (#172)
  • Support some standard code actions, filter out rust-analyzer custom ones (#173)

RLS is no longer supported. To use RLS install a previous version of ide-rust, apm install [email protected].