Closed

Description
Sublime Text Version
Sublime Text 3.2.2 (Build 3211)
Rust Enhanced Version
2.21.0
Operating system
macOS Catalina 10.15.1 (19B88)
Expected behavior
Sublime Text > Goto > Goto Symbol in Project should find union
definitions.
Actual behavior
Sublime Text > Goto > Goto Symbol in Project doesn't find union
definitions.
Steps to reproduce
- Type the following in some .rs file:
union Asdf {
n: u64,
f: f64,
}
- Choose Sublime Text > Goto > Goto Symbol in Project and type "Asdf"
- Observe that our union isn't listed in the suggested goto results
Other observations
I noticed that Goto Symbol in Project starts finding union definitions if you add the text "entity.name.union.rust" to the list of items in the following files:
- RustSymbols.JSON-tmPreferences
- RustSymbols.tmPreferences
Metadata
Metadata
Assignees
Labels
No labels