fix: make goto def/refs work when cursor is at end of symbol (#1038) #1218
Annotations
10 errors and 9 warnings
Run mix test
test unless with snippets not supported does not return a completion (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
test auto import no suggestion if import excluded (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
test function completion setting 'signature_after_complete' (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
test returns all Logger completions on require with alias (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
test function completion with signature support, a function with 1 default argument triggers signature (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
test provides completions for callbacks with `def` before (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
test function completion will suggest defprotocol without protocol_name snippet when file path does not match expected patterns (ElixirLS.LanguageServer.Providers.CompletionTest)
|
Run mix test
** (TokenMissingError) lib/a.ex:6:7: missing terminator: end (for "do" starting at line 2)
|
Run mix test
** (SyntaxError) lib/template.eex:2:5: syntax error before: ','
|
Run mix test
** (TokenMissingError) lib/has_error.ex:16:1: missing terminator: end (for "do" starting at line 1)
|
Run mix test
variable "env" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "column" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "column" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "line" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "arg" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
variable "meta" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix test
unused alias Introspection
|
Run mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Run mix test
Manifest: {:error, :enoent}
|
Loading