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

Go to definition (bash script) doesn't work #30705

Closed
dmlemos opened this issue Jul 14, 2017 · 3 comments
Closed

Go to definition (bash script) doesn't work #30705

dmlemos opened this issue Jul 14, 2017 · 3 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) *extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality
Milestone

Comments

@dmlemos
Copy link

dmlemos commented Jul 14, 2017

  • VSCode Version: 1.14.1
  • OS Version: 10.12.5

Steps to Reproduce:

  1. Create a simple bash script
#!/bin/bash

main() {
  echo "You're in!"
}

main
  1. Put the cursor on the last line, where main is. Press F12
  2. Cursor doesn't move to the function definition.

Reproduces without extensions: Yes

I don't remember this ever working.

@rebornix
Copy link
Member

I don't think we have intellisense for bash at this moment. It's definitely a good candidate for extensions. Thanks for reporting.

@rebornix rebornix added *extension-candidate Issue identified as good extension implementation and removed editor labels Jul 18, 2017
@dmlemos
Copy link
Author

dmlemos commented Jul 18, 2017

Intellisense for bash would be great.

@rebornix rebornix added the feature-request Request for new features or functionality label Aug 11, 2017
@rebornix rebornix modified the milestone: Backlog Sep 5, 2017
@rebornix rebornix removed their assignment Sep 5, 2017
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 3, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Nov 3, 2017

Duplicate of #309. This could be contributed by an extension

@mjbvz mjbvz closed this as completed Nov 3, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) *extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants