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

Ctrl + click on extern URLs to view file in VS Code #7140

Open
Chriscbr opened this issue Sep 17, 2024 · 0 comments
Open

Ctrl + click on extern URLs to view file in VS Code #7140

Chriscbr opened this issue Sep 17, 2024 · 0 comments
Labels
✨ enhancement New feature or request 📡 language-server IDE Support 🔌 vscode-extension Issues related to the Wing VS Code extension

Comments

@Chriscbr
Copy link
Contributor

Use Case

For example, if I have a class like this in my Wing code:

class Email
  extern "./aws.js" static inflight _sendRawEmail(options: types.SendRawEmailOptions): str?;
}

I'd like to be able to ctrl + click on the "./aws.js" to view that file.

Proposed Solution

I think this falls under the existing "go to definition" capabilities

Implementation Notes

No response

Component

Compiler

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Discord.
@Chriscbr Chriscbr added ✨ enhancement New feature or request 📡 language-server IDE Support 🔌 vscode-extension Issues related to the Wing VS Code extension labels Sep 17, 2024
@monadabot monadabot added this to Wing Sep 17, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New - not properly defined in Wing Sep 17, 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 📡 language-server IDE Support 🔌 vscode-extension Issues related to the Wing VS Code extension
Projects
Status: 🆕 New - not properly defined
Development

No branches or pull requests

1 participant