Skip to content

AtelierArith/TabNineCompletion.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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