Skip to content

Python type annonation color bug #243

@finalsecure

Description

@finalsecure

What happened?

from typing import List var: List[int] = [1,2]
List must be green Just like in VS Code, I set it to green under Color Scheme > Python > Type Annotation, but it takes the color of the " local variables ".
Image

Relevant log output or stack trace

Steps to reproduce

from typing import List var: List[int] = [1,2]
'List' in 2nd line, is green in vscode, it ignores Color Scheme > Python > Type Annotation setting. But it takes the local variable color.

Gradle IntelliJ Plugin version

1.12.0

Gradle version

idk

Operating System

Windows

Link to build, i.e. failing GitHub Action job

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions