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

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

Open
deemp opened this issue Aug 21, 2022 · 0 comments
Open

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

deemp opened this issue Aug 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@deemp
Copy link

deemp commented Aug 21, 2022

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

@deemp deemp added the enhancement New feature or request label Aug 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant