Skip to content

Fix Autocomplete Regression on Unsaved Files#473

Merged
Zezombye merged 2 commits into
Zezombye:masterfrom
tylovejoy:fix/lsp-fixes
Jun 27, 2026
Merged

Fix Autocomplete Regression on Unsaved Files#473
Zezombye merged 2 commits into
Zezombye:masterfrom
tylovejoy:fix/lsp-fixes

Conversation

@tylovejoy

Copy link
Copy Markdown
Contributor

Fixed the regression where unsaved files were not showing autocomplete.

Additionally, I fixed an issue where error squiggles were showing up in macro/enum definitions instead of where the actual error was e.g.

enum Foo:
  bar = 1  # <--- error shown here incorrect
  
Foo.bar    # <--- error now shows here

@tylovejoy tylovejoy changed the title Fix/lsp fixes Fix Autocomplete Regression on Unsaved Files Jun 27, 2026
@Zezombye Zezombye merged commit 5424098 into Zezombye:master Jun 27, 2026
1 check passed
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.

2 participants