Skip to content

Commit

Permalink
Specify that the fuzzy completion is only for functions
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Feb 28, 2021
1 parent 5b3e64c commit 4cdbd24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### Unreleased

Improvements:
- Use fuzzy matching for completion (thanks [Po Chen](https://github.com/princemaple)) [#491](https://github.com/elixir-lsp/elixir-ls/pull/491)
- Use fuzzy matching for function completion (thanks [Po Chen](https://github.com/princemaple)) [#491](https://github.com/elixir-lsp/elixir-ls/pull/491/files)
- For example: "valp" will match `validate_password` and "Enum.chub" will match `Enum.chunk_by/2`
- Note: the plan is to extend this fuzzy matching to other types of completion in the future

Bug Fixes:
- Make expandMacro a custom command (thanks [Łukasz Samson](https://github.com/lukaszsamson)) [#498](https://github.com/elixir-lsp/elixir-ls/pull/498)
Expand Down

0 comments on commit 4cdbd24

Please sign in to comment.