-
Notifications
You must be signed in to change notification settings - Fork 46
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
Auto insert ';' at least on import #104
Labels
type:feature
New feature or request
Comments
antico5
added a commit
that referenced
this issue
Sep 9, 2022
antico5
added a commit
that referenced
this issue
Sep 9, 2022
antico5
added a commit
that referenced
this issue
Sep 9, 2022
antico5
added a commit
that referenced
this issue
Sep 9, 2022
antico5
added a commit
that referenced
this issue
Sep 9, 2022
antico5
added a commit
that referenced
this issue
Sep 12, 2022
antico5
added a commit
that referenced
this issue
Sep 14, 2022
antico5
added a commit
that referenced
this issue
Sep 14, 2022
antico5
added a commit
that referenced
this issue
Sep 14, 2022
antico5
changed the title
Audo insert ';' at least on import
Auto insert ';' at least on import
Sep 14, 2022
antico5
added a commit
that referenced
this issue
Sep 20, 2022
Merged
antico5
added a commit
that referenced
this issue
Sep 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When completing an import:
import "./X"
, we should auto append the;
to the end of the line. Our parsing is disrupted by the lack of a;
.The text was updated successfully, but these errors were encountered: