We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visual Studio Code
Any
1.39.0
Go to definition
Foo() { ... } Foo # Jumps to the function define. function Bar() { ... } Bar # Cannot jump to the function define.
Always
Go to the function definition
Nothing
Writing a function greatly improves readability, so I would like to see it supported.
The text was updated successfully, but these errors were encountered:
Works in 5.1.2 with neovim for me. Any reason why you are still using 1.39.0?
Sorry, something went wrong.
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
I would say that is an issue with the extension then and not with the language server it self.
Also the version being asked in the issue template is the one of the language server not your bash ide extension.
No branches or pull requests
Code editor
Visual Studio Code
Platform
Any
Version
1.39.0
What steps will reproduce the bug?
Go to definition
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.
The text was updated successfully, but these errors were encountered: