Skip to content

[Bug] Go-to-Definition fails for uni.Module in function parameters #4538

@SandeepaHWP

Description

@SandeepaHWP

Problem

The "Go to Definition" and Hover features do not work when we use a module member (like uni.Module) as a type for a function parameter.

Example

import jaclang.pycore.unitree as uni;
# ❌ Fails: Hovering over 'Module' here shows nothing.
def update(build: uni.Module) -> None;
# ✅ Works: Return types work correctly.
def get() -> uni.Module;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress PR

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions