Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense tooltip for local functions should show argument names #7080

Closed
Happypig375 opened this issue Jun 29, 2019 · 2 comments · Fixed by #13429, #13455 or #13488
Closed

Intellisense tooltip for local functions should show argument names #7080

Happypig375 opened this issue Jun 29, 2019 · 2 comments · Fixed by #13429, #13455 or #13488
Assignees
Labels
Milestone

Comments

@Happypig375
Copy link
Member

Is your feature request related to a problem? Please describe.
A function defined globally has its argument names shown in Intellisense tooltip, but not for functions in functions.

image
image

Describe the solution you'd like
Argument names should appear for functions in functions.

Describe alternatives you've considered
Nah

Additional context
Nope

@psfinaki
Copy link
Member

psfinaki commented Jul 4, 2022

Reopening to keep the track of the other case we still need to work on:

do
    let func x = ()
    ()

@psfinaki psfinaki reopened this Jul 4, 2022
Repository owner moved this from Done to In Progress in F# Compiler and Tooling Jul 4, 2022
@vzarytovskii
Copy link
Member

Reopening to keep the track of the other case we still need to work on:

do
    let func x = ()
    ()

If it fixes the case described in the original issue, we probably should close it and open a separate one for the one in 'do'. If not, let's leave it open.

@psfinaki psfinaki linked a pull request Jul 7, 2022 that will close this issue
Repository owner moved this from In Progress to Done in F# Compiler and Tooling Jul 7, 2022
@psfinaki psfinaki reopened this Jul 11, 2022
Repository owner moved this from Done to In Progress in F# Compiler and Tooling Jul 11, 2022
Repository owner moved this from In Progress to Done in F# Compiler and Tooling Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment