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 08ddb33 commit ab95e6aCopy full SHA for ab95e6a
src/client.jl
@@ -278,7 +278,8 @@ function path_str(path_completion)
278
end
279
280
function REPL.complete_line(provider::RemoteCompletionProvider,
281
- state::REPL.LineEdit.PromptState)::
+ state::REPL.LineEdit.PromptState;
282
+ hint::Bool=false)::
283
Tuple{Vector{String},String,Bool}
284
# See REPL.jl complete_line(c::REPLCompletionProvider, s::PromptState)
285
partial = REPL.beforecursor(state.input_buffer)
0 commit comments