Skip to content

[Bug]: Multiple mod directories mess up class's field hint #159

@Shtoyan

Description

@Shtoyan

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions