Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scohen committed Apr 24, 2024
1 parent 62e3ae1 commit 23ba097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ After multiple people asked, both document and workspace symbols have been imple
Both make heavy use of our indexing infrastructure, which provides extremely fast and
accurate results.

We've also fixed a number of small inconsistencies and crashes in the indexer, making it more robust and accurate. When you update to this release, we strongly recommend re-indexing your project's source code by opening the project's `mix.exs` file and
We've also fixed a number of small inconsistencies and crashes in the indexer, making it more robust and accurate. I especially want to call out the fix that @lukad made, that improved indexing performance by 3600x on his large codebase.
When you update to this release, we strongly recommend re-indexing your project's source code by opening the project's `mix.exs` file and
running the `Rebuild <your project>'s code search index` code action.

In addition, we've improved support for completions in phoenix controllers, stopped completions inside strings and have changed how we sort completions. The new sorting scheme is a big improvement for usability, and sorts things by how "close" they are to what you're working on. Give it a shot, we think you'll like it.

I'd like to thank all our new contributors, and especially our core team of
@scottming, @zachallaun, @moosieus and @blond. You've all gone above and beyond.


## What's Changed
* Add Sublime Text instructions to docs by @distefam in https://github.com/lexical-lsp/lexical/pull/633
* Implement callback completions by @Moosieus in https://github.com/lexical-lsp/lexical/pull/640
Expand Down

0 comments on commit 23ba097

Please sign in to comment.