vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE

Home Page:https://vertexclique.github.io/tokamak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for rustsym declaration lookup

zmanian opened this issue · comments

https://github.com/trixnz/rustsym provides querying capabilities to find symbol declarations in rust code. We should integrate this into tokamak.

I'm researching if https://github.com/dan-t/rusty-tags is a cleaner solution

rusty-tags generates ctags files in either vi or emacs format. Rename to .tags and neither format seems to work.

Not sure why yet

Lookups are added with 0.4.0.

  • Go to definition.
  • Hover over types
  • Hover over for documentation.
  • File outline.