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

[Enhancement] Add hover information when input the function argument #1398

Closed
Peefy opened this issue Jun 5, 2024 · 1 comment
Closed

[Enhancement] Add hover information when input the function argument #1398

Peefy opened this issue Jun 5, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request lsp resolver

Comments

@Peefy
Copy link
Contributor

Peefy commented Jun 5, 2024

Enhancement

Like Rust

image

When developers type the function parameters in the code.

func = lambda x, y, z {
    x + y + z
}
res = func(x, <cursor>) # Show the function type hover information and the parameter location.
@Peefy Peefy added enhancement New feature or request resolver lsp help wanted Extra attention is needed good first issue Good for newcomers labels Jun 5, 2024
@EraKin575
Copy link

I would like to work on this issue

@Peefy Peefy removed help wanted Extra attention is needed good first issue Good for newcomers labels Jun 20, 2024
@He1pa He1pa mentioned this issue Jul 10, 2024
16 tasks
@He1pa He1pa closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lsp resolver
Projects
None yet
Development

No branches or pull requests

3 participants