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

Cannot jump to function definition written with funnction #1109

Open
Takakiriy opened this issue Mar 1, 2024 · 4 comments
Open

Cannot jump to function definition written with funnction #1109

Takakiriy opened this issue Mar 1, 2024 · 4 comments

Comments

@Takakiriy
Copy link

Code editor

Visual Studio Code

Platform

Any

Version

1.39.0

What steps will reproduce the bug?

Go to definition

Foo() {
    ...
}

Foo  # Jumps to the function define.

function Bar() {
    ...
}

Bar  # Cannot jump to the function define.

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior?

Go to the function definition

What do you see instead?

Nothing

Additional information

Writing a function greatly improves readability, so I would like to see it supported.

@ChillerDragon
Copy link

Works in 5.1.2 with neovim for me. Any reason why you are still using 1.39.0?

@Takakiriy
Copy link
Author

1.39.0 is Bash IDE Visual Studio Code extension version.
I come tp this repository from https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode&ssr=false#qna

@ChillerDragon
Copy link

I would say that is an issue with the extension then and not with the language server it self.

@ChillerDragon
Copy link

Also the version being asked in the issue template is the one of the language server not your bash ide extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants