Tabnine client for Julia REPL
julia
, git
, curl
and unzip
command.
$ git clone https://github.com/AtelierArith/TabNineCompletion.jl.git
$ cd TabNineCompletion.jl
$ julia -e 'using Pkg; Pkg.activate("."); Pkg.build()'
julia> using TabNineCompletion
julia> @enabletabnine!
julia> # This is a com # Press <TAB> here. This should output comment.
julia> using Bench # Press <TAB> here. This should output Benchmark