Skip to content

feat: autofix unknown variable: a and file not found (searched at a.typ) by code action #1743

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

Merged
merged 4 commits into from
May 9, 2025

Conversation

Myriad-Dreamin
Copy link
Owner

Example

from:

// unknown variable: first-item
#todo-list(first-item, second-item)

to

#let ${1:first-item} = ${2:none}

#todo-list(first-item, second-item)

Example

from:

// file not found (searched at a.typ)
#include "a.typ"

to

// a.typ
$0

@Myriad-Dreamin Myriad-Dreamin marked this pull request as ready for review May 9, 2025 15:22
@Myriad-Dreamin Myriad-Dreamin merged commit 38974a3 into main May 9, 2025
41 checks passed
@Myriad-Dreamin Myriad-Dreamin deleted the create-missing-file branch May 9, 2025 15:44
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.

1 participant