Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

go to definition for attributes inherit-ed in let ... in #101

@deemp

Description

@deemp

Description

I'd like to have go to definition for bar in

let
  inherit (foo) bar;
in
  bar;

Considered alternatives

the only alternative is to explicitly write as follows which is slightly verbose:

let
  bar = foo.bar;
in
  bar;

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions