Skip to content

hover on operator missing the magic method name and highlight #1416

@asukaminato0721

Description

@asukaminato0721

Describe the Bug

continue to #994

current

Image

I want it can be

def __matmul__(
    self: ndarray[tuple[Any, ...], dtype[_NumberT]],
    other: _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | _NestedSequence[builtins.bool] | _SupportsArray[dtype[numpy.bool[builtins.bool]]] | builtins.bool,
    /
) -> ndarray[tuple[Any, ...], dtype[_NumberT]]
import numpy as np

a = np.array([1])
a @ a

Sandbox Link

No response

(Only applicable for extension issues) IDE Information

v0.39.2

Metadata

Metadata

Assignees

Labels

codenavgood first issueGood for newcomerslanguage-serverIssues specific to our IDE integration rather than type checking

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions