Post

Setting Up Your IDE

VSCODE

Download and install vscode here.

Once installed, install the rust-analyzer extension for

  • code completion with imports insertion
  • go to definition, implementation, type definition
  • find all references, workspace symbol search, symbol renaming
  • types and documentation on hover
  • inlay hints for types and parameter names
  • semantic syntax highlighting
  • a lot of assists (code actions)
  • apply suggestions from errors … and alot more.

RUSTROVER

For IntelliJ fans, rustrover is available here

This post is licensed under CC BY 4.0 by the author.