Describe the bug
If you have multiple utility classes across different packages with the same name:
Workspace
|-- US Sources of the game
| `-- ...
|-- MYMod_1
| |-- ...
| `-- Settings.uc
`-- MYMod_2
|-- ...
`-- Settings.uc
and try to access default variables:
class'Settings'.default.bHidePortraits
extension will show class hints only for one of the packages. For others it will warn variable does not exist on type MYMod_2.Settings.
Screenshots

Describe the bug
If you have multiple utility classes across different packages with the same name:
and try to access default variables:
extension will show class hints only for one of the packages. For others it will warn
variabledoes not exist on typeMYMod_2.Settings.Screenshots