Skip to content

Fix code hover for single-character identifier at start of script #1169

@eric-milles

Description

@eric-milles

Consider the following:

import static Type.m
m()

Hovering over "m" displays information for the script's run method instead of the method. The same thing happens for a dynamic variable declaration like "x = 1" at the start of the script.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions