Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 622 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 622 Bytes

TabNineCompletion.jl

Tabnine client for Julia REPL

Prerequisite

Install commands

julia, git, curl and unzip command.

Clone this repository

$ git clone https://github.com/AtelierArith/TabNineCompletion.jl.git
$ cd TabNineCompletion.jl

Resolve dependencies

$ julia -e 'using Pkg; Pkg.activate("."); Pkg.build()'

How to use

Call @enabletabnine!

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