We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea16e commit cfc3e40Copy full SHA for cfc3e40
lib/elixir_sense/providers/completion/reducers/complete_engine.ex
@@ -11,7 +11,7 @@ defmodule ElixirSense.Providers.Completion.Reducers.CompleteEngine do
11
12
@doc """
13
A reducer that populates the context with the suggestions provided by
14
- the `ElixirLS.Utils.CompletionEngine` module.
+ the `ElixirSense.Providers.Completion.CompletionEngine` module.
15
16
The suggestions are grouped by type and saved in the context under the
17
`:complete_engine_suggestions_by_type` key and can be accessed by any reducer
0 commit comments