4

I am trying to learn Rust, and I like Geany. I don't know how to do code completion with Geany. I have all of the settings turned on for it, but it only recognises C++ syntax for code completion/assist, not Rust. How can I fix this?

Shepmaster
  • 388,571
  • 95
  • 1,107
  • 1,366

1 Answers1

1

I don't think it is possible for Geany now, at least according to https://areweideyet.com/

For now, the most stable tool in rust for completion is rust-analyzer. It works over Language-Server Protocol, but it seems to be missing in Geany.

Kitsu
  • 3,166
  • 14
  • 28