cwtools / cwtools-vscode

A VS Code extension providing language server support for paradox script files using cwtools
Other
88 stars 12 forks source link

Subtype localisation does not appear in tooltips #77

Open maxice8 opened 1 year ago

maxice8 commented 1 year ago
types = {
    type[event_modifier] = {
        path = "game/common/event_modifiers"

        subtype[not_flag] = {
            ## cardinality = 1..inf
            scalar = scalar
        }

        localisation = {
            subtype[not_flag] = {
                name = "$"
                description = "desc_$"
            }
        }
    }
}

image

This occurs anywhere subtypes are used