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

feat: undefined function code action #441

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Conversation

mhanberg
Copy link
Collaborator

@mhanberg mhanberg commented Apr 24, 2024

When you have an undefined local function, this code action allows you
to create a private function stub for the function.

CleanShot.2024-04-24.at.19.13.39.mp4

@mhanberg mhanberg changed the base branch from main to fix-get-surrounding-module April 24, 2024 23:11
@mhanberg mhanberg changed the title undefined function code action feat: undefined function code action Apr 24, 2024
@mhanberg
Copy link
Collaborator Author

CleanShot 2024-04-24 at 19 24 13@2x
enhanced with public and private function code action

@NJichev
Copy link
Collaborator

NJichev commented Apr 25, 2024

Looks good, maybe we can add a #TODO: Add code comment in the body

Base automatically changed from fix-get-surrounding-module to main April 25, 2024 01:22
When you have an undefined local function, this code action allows you
to create a private function stub for the function.
@mhanberg mhanberg force-pushed the undefined-function-code-action branch from 8d83073 to 4f47247 Compare April 25, 2024 14:05
@mhanberg mhanberg enabled auto-merge (squash) April 25, 2024 14:08
@mhanberg mhanberg merged commit d03c1ad into main Apr 25, 2024
14 checks passed
@mhanberg mhanberg deleted the undefined-function-code-action branch April 25, 2024 14:13
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

Successfully merging this pull request may close these issues.

2 participants