Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Sep 6, 2019
1 parent 17a6688 commit b95112e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/completions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ function basecompletionadapter(line, mod, force, lineNumber, column, text)
[], 1:0, false
end

# Suppress completions if there are too many of them unless activated manually
# @TODO: Checking whether `line` is a valid text to be completed in atom-julia-client
# in advance and drop this check
# suppress completions if there are too many of them unless activated manually
# checking if `line` is a valid text to be completed in atom-julia-client beforehand would be better
(!force && length(comps) > MAX_COMPLETIONS) && begin
comps = []
replace = 1:0
Expand Down

0 comments on commit b95112e

Please sign in to comment.