You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
Wrong line number is coming in error because we are pushing auto imports in the virtual document before parsing it.
Solution: We need auto-import in the document aliases, so while parsing the document we can push auto-imports in document aliases from package aliases.
The text was updated successfully, but these errors were encountered:
Just a thought, is it possible to attach auto-imports at the end of the document instead at the beginning since all imports are processed after traversing the entire document once. And in this way the original document wont get shifted downwards when we attach the autoimports at the beginning.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Wrong line number is coming in error because we are pushing auto imports in the virtual document before parsing it.
Solution: We need auto-import in the document aliases, so while parsing the document we can push auto-imports in document aliases from package aliases.
The text was updated successfully, but these errors were encountered: