-
Notifications
You must be signed in to change notification settings - Fork 33
Symbol not shown up #105
Comments
Unfortunately I don't know how the symbol extraction works in Atom. How does Atom get the list of symbols? Our grammar rules do apply |
I wish I could help but I'm busy at the moment. 😔 |
@chrisduong, @zargony, |
@KalitaAlexey Sure, I'm a big fan of VSCode myself. Afaik VSCode's Rust extension uses this syntax rules, but only for highlighting. Symbol extraction works via rls I guess? I'm not sure how Atom gets symbols for Cmd-R. It could be possible that Atom just looks at text marked with some scope, in which case we'd do something wrong since it doesn't seem to work with Rust. But I think more likely there need to be something else that extracts symbols from the editor content (like some interfacing with rls) |
@zargony, |
Hi,
If I'm not mistaken. Atom Language plugin should define keywords for method/functions show that when I use plugin Symbol View with command "cmd+r", it will show the list of Rust symbols.
Thanks
The text was updated successfully, but these errors were encountered: