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

Auto insert ';' at least on import #104

Closed
kanej opened this issue Mar 9, 2022 · 0 comments · Fixed by #257
Closed

Auto insert ';' at least on import #104

kanej opened this issue Mar 9, 2022 · 0 comments · Fixed by #257
Labels
type:feature New feature or request

Comments

@kanej
Copy link
Member

kanej commented Mar 9, 2022

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 ;.

@kanej kanej added the type:feature New feature or request label Mar 9, 2022
@antico5 antico5 changed the title Audo insert ';' at least on import Auto insert ';' at least on import Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant