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

Add heuristic to improve completion in exports. #1490

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

plux
Copy link
Contributor

@plux plux commented Jan 23, 2024

Description

Sometimes is_in will be confused because -export() failed to be parsed.
In such case we can use a heuristic to determine if we are inside an export.

Fixes #1488 .

Sometimes is_in will be confused because -export() failed to be parsed.
In such case we can use a heuristic to determine if we are inside
an export.
@plux plux merged commit 70efe8f into main Jan 23, 2024
10 of 12 checks passed
@plux plux deleted the improve-export-completion branch January 23, 2024 13:34
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.

Wrong F/A completion in exports
1 participant