edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

[feature request] Symbol fuzzy find #52

Closed crumblingstatue closed 7 years ago

crumblingstatue commented 8 years ago

Would it be possible to add support to search through the project's symbols (e.g. function/struct definitions) using the fuzzy finder? You can already jump to a definition of a symbol by placing the cursor on it and pressing the jump to symbol shortcut key, but it would be very handy to be able to just type the name of the struct/function/whatever you want to jump to and go there. This is a common feature in IDEs.

crumblingstatue commented 7 years ago

I'm using VIsual Studio Code now, so I'm not interested in this feature anymore. Closing.