Skip to content

Support generate function code action in other modules #4407

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

Open
lpil opened this issue Mar 29, 2025 · 0 comments
Open

Support generate function code action in other modules #4407

lpil opened this issue Mar 29, 2025 · 0 comments
Labels
help wanted Contributions encouraged priority:medium

Comments

@lpil
Copy link
Member

lpil commented Mar 29, 2025

import wibble

pub fn main() {
  wibble.wobble()
      // ^^^^^^
}

Here triggering the code action would create the function in the wibble module if there is not already a function with that name.

@lpil lpil added help wanted Contributions encouraged priority:medium labels Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Contributions encouraged priority:medium
Projects
None yet
Development

No branches or pull requests

1 participant