Skip to content

Commit 4cdbd24

Browse files
committed
Specify that the fuzzy completion is only for functions
1 parent 5b3e64c commit 4cdbd24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
### Unreleased
22

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

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

0 commit comments

Comments
 (0)